Home
last modified time | relevance | path

Searched refs:fixed_queue_try_remove_from_queue (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/common/osi/include/osi/
Dfixed_queue.h86 void *fixed_queue_try_remove_from_queue(fixed_queue_t *queue, void *data);
/hal_espressif-latest/components/bt/common/osi/
Dfixed_queue.c201 void *fixed_queue_try_remove_from_queue(fixed_queue_t *queue, void *data) in fixed_queue_try_remove_from_queue() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
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_sr.c1658 osi_free(fixed_queue_try_remove_from_queue(p_tcb->pending_ind_q, in gatts_chk_pending_ind()
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()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c6096 fixed_queue_try_remove_from_queue(btm_cb.sec_pending_q, (void *)p_e); in btm_sec_check_pending_enc_req()