Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_utils.cc124 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.srv_chg_clt_q, p_buf)); in gatt_delete_dev_from_srv_chg_clt_list()
140 if (fixed_queue_is_empty(gatt_cb.srv_chg_clt_q)) return; in gatt_set_srv_chg()
142 list_t* list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q); in gatt_set_srv_chg()
184 fixed_queue_enqueue(gatt_cb.srv_chg_clt_q, p_buf); in gatt_add_srv_chg_clt()
314 if (fixed_queue_is_empty(gatt_cb.srv_chg_clt_q)) return NULL; in gatt_is_bda_in_the_srv_chg_clt_list()
316 list_t* list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q); in gatt_is_bda_in_the_srv_chg_clt_list()
Dgatt_main.cc110 gatt_cb.srv_chg_clt_q = fixed_queue_new(SIZE_MAX); in gatt_init()
161 fixed_queue_free(gatt_cb.srv_chg_clt_q, NULL); in gatt_free()
162 gatt_cb.srv_chg_clt_q = NULL; in gatt_free()
Dgatt_int.h365 fixed_queue_t* srv_chg_clt_q; /* service change clients queue */ member