Home
last modified time | relevance | path

Searched refs:srv_chg_clt_q (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_utils.c140 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.srv_chg_clt_q, p_buf)); in gatt_delete_dev_from_srv_chg_clt_list()
156 tGATTS_SRV_CHG *p_buf = (tGATTS_SRV_CHG *)GKI_getfirst(&gatt_cb.srv_chg_clt_q); in gatt_set_srv_chg()
270 GKI_enqueue (&gatt_cb.srv_chg_clt_q, p_buf); in gatt_add_srv_chg_clt()
784 tGATTS_SRV_CHG *p_buf = (tGATTS_SRV_CHG *)GKI_getfirst(&gatt_cb.srv_chg_clt_q); in gatt_is_bda_in_the_srv_chg_clt_list()
Dgatt_int.h500 BUFFER_Q srv_chg_clt_q; /* service change clients queue */ member