Searched refs:pending_new_srv_start_q (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c251 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));
H A Dgatt_int.h460 BUFFER_Q pending_new_srv_start_q; /* pending new service start queue */ member in struct:__anon1062
H A Dgatt_utils.c169 tGATTS_PENDING_NEW_SRV_START *p_buf = (tGATTS_PENDING_NEW_SRV_START *)GKI_getfirst(&gatt_cb.pending_new_srv_start_q);
229 GKI_enqueue (&gatt_cb.pending_new_srv_start_q, p_buf);

Completed in 115 milliseconds