HomeSort by relevance Sort by last modified time
    Searched refs:pending_new_srv_start_q (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 251 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf));
423 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf));
543 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf));
    [all...]
gatt_int.h 471 BUFFER_Q pending_new_srv_start_q; /* pending new service start queue */ member in struct:__anon3581
gatt_utils.c 186 tGATTS_PENDING_NEW_SRV_START *p_buf = (tGATTS_PENDING_NEW_SRV_START *)GKI_getfirst(&gatt_cb.pending_new_srv_start_q);
246 GKI_enqueue (&gatt_cb.pending_new_srv_start_q, p_buf);
    [all...]

Completed in 107 milliseconds