Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/include/osi/
Dpkt_queue.h82 void pkt_queue_destroy(struct pkt_queue *queue, pkt_queue_free_cb free_cb);
/hal_espressif-latest/components/bt/common/osi/
Dfixed_pkt_queue.c59 pkt_queue_destroy(queue->pkt_list, (pkt_queue_free_cb)free_cb); in fixed_pkt_queue_free()
Dpkt_queue.c67 void pkt_queue_destroy(struct pkt_queue *queue, pkt_queue_free_cb free_cb) in pkt_queue_destroy() function
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c148 pkt_queue_destroy(adv_rpt_q, NULL); in hci_hal_env_deinit()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c2439 pkt_queue_destroy(p_env->adv_rpt_queue, NULL); in btc_gap_ble_deinit()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c4608 pkt_queue_destroy(p_cb->adv_rpt_queue, NULL); in btm_ble_free()