Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_main.c108 fixed_queue_free(btm_cb.page_queue, osi_free_func); in btm_free()
109 fixed_queue_free(btm_cb.sec_pending_q, osi_free_func); in btm_free()
Dbtm_ble_gap.c4436 fixed_queue_free(p_cb->conn_pending_q, osi_free_func); in btm_ble_free()
Dbtm_sec.c2818 fixed_queue_free(bq, NULL); in btm_sec_check_pending_reqs()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c165 fixed_queue_free(gatt_cb.sign_op_queue, NULL); in gatt_free()
167 fixed_queue_free(gatt_cb.srv_chg_clt_q, NULL); in gatt_free()
169 fixed_queue_free(gatt_cb.pending_new_srv_start_q, NULL); in gatt_free()
176 fixed_queue_free(p_tcb->pending_enc_clcb, NULL); in gatt_free()
179 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_free()
189 fixed_queue_free(p_tcb->sr_cmd.multi_rsp_q, NULL); in gatt_free()
412 fixed_queue_free(p_tcb->pending_enc_clcb, NULL); in gatt_act_connect()
415 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()
2356 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()
436 fixed_queue_free(prepare_record->queue, NULL); in gatt_process_exec_write_req()
/device/soc/esp/esp32/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
Dthread.c179 fixed_queue_free(thread->work_queues[i], osi_free_func); in osi_thread_create()
210 fixed_queue_free(thread->work_queues[i], osi_free_func); in osi_thread_free()
/device/soc/esp/esp32/components/bt/common/osi/include/osi/
Dfixed_queue.h48 void fixed_queue_free(fixed_queue_t *queue, fixed_queue_free_cb free_cb);
/device/soc/esp/esp32/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()
/device/soc/esp/esp32/components/bt/host/bluedroid/hci/
Dhci_layer.c195 fixed_queue_free(hci_host_env.command_queue, osi_free_func); in hci_layer_deinit_env()
198 fixed_queue_free(hci_host_env.packet_queue, osi_free_func); in hci_layer_deinit_env()
Dhci_hal_h4.c98 fixed_queue_free(hci_hal_env.rx_q, osi_free_func); in hci_hal_env_deinit()
/device/soc/esp/esp32/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.c285 fixed_queue_free(p_lcb->le_sec_pending_q, NULL); in l2cu_release_lcb()
1696 fixed_queue_free(p_ccb->xmit_hold_q, osi_free_func); in l2cu_release_ccb()
1699 fixed_queue_free(p_ccb->fcrb.srej_rcv_hold_q, osi_free_func); in l2cu_release_ccb()
1700 fixed_queue_free(p_ccb->fcrb.retrans_q, osi_free_func); in l2cu_release_ccb()
1701 fixed_queue_free(p_ccb->fcrb.waiting_for_ack_q, osi_free_func); in l2cu_release_ccb()
/device/soc/esp/esp32/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()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c116 fixed_queue_free(slot_data->queue, spp_osi_free); in free_slot_data()