Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c116 gatt_cb.srv_chg_clt_q = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_init()
170 fixed_queue_free(gatt_cb.srv_chg_clt_q, NULL); in gatt_free()
171 gatt_cb.srv_chg_clt_q = NULL; in gatt_free()
Dgatt_utils.c178 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.srv_chg_clt_q, in gatt_delete_dev_from_srv_chg_clt_list()
197 if (fixed_queue_is_empty(gatt_cb.srv_chg_clt_q)) { in gatt_set_srv_chg()
201 list_t *list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q); in gatt_set_srv_chg()
314 fixed_queue_enqueue(gatt_cb.srv_chg_clt_q, p_buf, FIXED_QUEUE_MAX_TIMEOUT); in gatt_add_srv_chg_clt()
861 if (fixed_queue_is_empty(gatt_cb.srv_chg_clt_q)) { in gatt_is_bda_in_the_srv_chg_clt_list()
865 list_t *list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q); in gatt_is_bda_in_the_srv_chg_clt_list()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h524 fixed_queue_t *srv_chg_clt_q; /* service change clients queue */ member