Searched refs:srv_chg_clt_q (Results 1 – 3 of 3) sorted by relevance
127 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()143 if (fixed_queue_is_empty(gatt_cb.srv_chg_clt_q)) return; in gatt_set_srv_chg()145 list_t* list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q); in gatt_set_srv_chg()187 fixed_queue_enqueue(gatt_cb.srv_chg_clt_q, p_buf); in gatt_add_srv_chg_clt()321 if (fixed_queue_is_empty(gatt_cb.srv_chg_clt_q)) return NULL; in gatt_is_bda_in_the_srv_chg_clt_list()323 list_t* list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q); in gatt_is_bda_in_the_srv_chg_clt_list()
107 gatt_cb.srv_chg_clt_q = fixed_queue_new(SIZE_MAX); in gatt_init()148 fixed_queue_free(gatt_cb.srv_chg_clt_q, NULL); in gatt_free()149 gatt_cb.srv_chg_clt_q = NULL; in gatt_free()
398 fixed_queue_t* srv_chg_clt_q; /* service change clients queue */ member