Home
last modified time | relevance | path

Searched refs:pending_new_srv_start_q (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c117 gatt_cb.pending_new_srv_start_q = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_init()
172 fixed_queue_free(gatt_cb.pending_new_srv_start_q, NULL); in gatt_free()
173 gatt_cb.pending_new_srv_start_q = NULL; in gatt_free()
Dgatt_api.c254 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_CreateService()
416 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_DeleteService()
543 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_StartService()
Dgatt_utils.c232 if (fixed_queue_is_empty(gatt_cb.pending_new_srv_start_q)) { in gatt_sr_is_new_srv_chg()
236 list_t *list = fixed_queue_get_list(gatt_cb.pending_new_srv_start_q); in gatt_sr_is_new_srv_chg()
292 fixed_queue_enqueue(gatt_cb.pending_new_srv_start_q, p_buf, FIXED_QUEUE_MAX_TIMEOUT); in gatt_add_pending_new_srv_start()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h525 fixed_queue_t *pending_new_srv_start_q; /* pending new service start queue */ member