Home
last modified time | relevance | path

Searched refs:fixed_queue_free (Results 1 – 24 of 24) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_main.c109 fixed_queue_free(btm_cb.page_queue, osi_free_func); in btm_free()
110 fixed_queue_free(btm_cb.sec_pending_q, osi_free_func); in btm_free()
Dbtm_sco.c137 fixed_queue_free(btm_cb.sco_cb.sco_db[i].xmit_data_q, osi_free_func); in btm_sco_free()
Dbtm_ble_gap.c4606 fixed_queue_free(p_cb->conn_pending_q, osi_free_func); in btm_ble_free()
Dbtm_sec.c2819 fixed_queue_free(bq, NULL); in btm_sec_check_pending_reqs()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c168 fixed_queue_free(gatt_cb.sign_op_queue, NULL); in gatt_free()
170 fixed_queue_free(gatt_cb.srv_chg_clt_q, NULL); in gatt_free()
172 fixed_queue_free(gatt_cb.pending_new_srv_start_q, NULL); in gatt_free()
179 fixed_queue_free(p_tcb->pending_enc_clcb, NULL); in gatt_free()
182 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_free()
192 fixed_queue_free(p_tcb->sr_cmd.multi_rsp_q, NULL); in gatt_free()
413 fixed_queue_free(p_tcb->pending_enc_clcb, NULL); in gatt_act_connect()
416 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_act_connect()
Dgatt_utils.c103 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_free_pending_ind()
127 fixed_queue_free(p_tcb->pending_enc_clcb, NULL); in gatt_free_pending_enc_queue()
149 fixed_queue_free(p_tcb->prepare_write_record.queue, NULL); in gatt_free_pending_prepare_write_queue()
475 fixed_queue_free(p->svc_db.svc_buffer, NULL); in gatt_free_hdl_buffer()
501 fixed_queue_free(p_elem->svc_db.svc_buffer, NULL); in gatt_free_srvc_db_buffer_app_id()
2380 fixed_queue_free(p_tcb->sr_cmd.multi_rsp_q, osi_free_func); in gatt_cleanup_upon_disc()
Dgatt_sr.c145 fixed_queue_free(p_tcb->sr_cmd.multi_rsp_q, NULL); in gatt_dequeue_sr_cmd()
551 fixed_queue_free(prepare_record->queue, NULL); in gatt_process_exec_write_req()
/hal_espressif-latest/components/bt/common/osi/include/osi/
Dfixed_queue.h48 void fixed_queue_free(fixed_queue_t *queue, fixed_queue_free_cb free_cb);
/hal_espressif-latest/components/bt/common/osi/
Dfixed_queue.c67 fixed_queue_free(ret, NULL); in fixed_queue_new()
71 void fixed_queue_free(fixed_queue_t *queue, fixed_queue_free_cb free_cb) in fixed_queue_free() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_utils.c171 fixed_queue_free(p_mcb->cmd_q, NULL); in rfc_alloc_multiplexer_channel()
207 fixed_queue_free(p_mcb->cmd_q, osi_free_fun); in rfc_release_multiplexer_channel()
Dport_utils.c240 fixed_queue_free(p_port->tx.queue, NULL); in port_release_port()
242 fixed_queue_free(p_port->rx.queue, NULL); in port_release_port()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_ccb.c411 fixed_queue_free(p_ccb->cmd_q, NULL); in avdt_ccb_dealloc()
412 fixed_queue_free(p_ccb->rsp_q, NULL); in avdt_ccb_dealloc()
Davdt_scb.c662 fixed_queue_free(p_scb->frag_q, osi_free_func); in avdt_scb_dealloc()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_lcb.c361 fixed_queue_free(p_lcb->tx_q, NULL); in avct_lcb_dealloc()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c603 fixed_queue_free(p_lcb->ucd_out_sec_pending_q, NULL); in l2c_ucd_delete_sec_pending_q()
609 fixed_queue_free(p_lcb->ucd_in_sec_pending_q); in l2c_ucd_delete_sec_pending_q()
Dl2c_fcr.c241 fixed_queue_free(p_fcrb->waiting_for_ack_q, osi_free_func); in l2c_fcr_cleanup()
244 fixed_queue_free(p_fcrb->srej_rcv_hold_q, osi_free_func); in l2c_fcr_cleanup()
247 fixed_queue_free(p_fcrb->retrans_q, osi_free_func); in l2c_fcr_cleanup()
780 fixed_queue_free(temp_q, NULL); in l2c_fcr_proc_pdu()
Dl2c_utils.c289 fixed_queue_free(p_lcb->le_sec_pending_q, NULL); in l2cu_release_lcb()
1715 fixed_queue_free(p_ccb->xmit_hold_q, osi_free_func); in l2cu_release_ccb()
1718 fixed_queue_free(p_ccb->fcrb.srej_rcv_hold_q, osi_free_func); in l2cu_release_ccb()
1719 fixed_queue_free(p_ccb->fcrb.retrans_q, osi_free_func); in l2cu_release_ccb()
1720 fixed_queue_free(p_ccb->fcrb.waiting_for_ack_q, osi_free_func); in l2cu_release_ccb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c1159 fixed_queue_free(p_ccb->rx_queue, NULL); in gap_release_ccb()
1165 fixed_queue_free(p_ccb->tx_queue, NULL); in gap_release_ccb()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_sink.c744 fixed_queue_free(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ, osi_free_func); in btc_a2dp_sink_thread_cleanup()
Dbtc_a2dp_source.c1642 fixed_queue_free(a2dp_source_local_param.btc_aa_src_cb.TxAaQ, osi_free_func); in btc_a2dp_source_thread_cleanup()
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c210 fixed_queue_free(hci_host_env.packet_queue, osi_free_func); in hci_layer_deinit_env()
Dhci_hal_h4.c146 fixed_queue_free(rx_q, osi_free_func); in hci_hal_env_deinit()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c169 fixed_queue_free(slot_data->queue, l2cap_osi_free); in free_slot_data()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c122 fixed_queue_free(slot_data->queue, spp_osi_free); in free_slot_data()