Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c251 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_CreateService()
424 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_DeleteService()
544 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_StartService()
Dgatt_int.h490 BUFFER_Q pending_new_srv_start_q; /* pending new service start queue */ member
Dgatt_utils.c187 …_SRV_START *p_buf = (tGATTS_PENDING_NEW_SRV_START *)GKI_getfirst(&gatt_cb.pending_new_srv_start_q); in gatt_sr_is_new_srv_chg()
247 GKI_enqueue (&gatt_cb.pending_new_srv_start_q, p_buf); in gatt_add_pending_new_srv_start()