Searched refs:srv_chg_clt_q (Results 1 – 2 of 2) sorted by relevance
139 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.srv_chg_clt_q, p_buf)); in gatt_delete_dev_from_srv_chg_clt_list()155 tGATTS_SRV_CHG *p_buf = (tGATTS_SRV_CHG *)GKI_getfirst(&gatt_cb.srv_chg_clt_q); in gatt_set_srv_chg()269 GKI_enqueue (&gatt_cb.srv_chg_clt_q, p_buf); in gatt_add_srv_chg_clt()779 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()
470 BUFFER_Q srv_chg_clt_q; /* service change clients queue */ member