Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c69 fixed_queue_t *rx_q; member
122 hci_hal_env.rx_q = fixed_queue_new(QUEUE_SIZE_MAX); in hci_hal_env_init()
123 assert(hci_hal_env.rx_q != NULL); in hci_hal_env_init()
138 fixed_queue_t *rx_q = hci_hal_env.rx_q; in hci_hal_env_deinit() local
142 hci_hal_env.rx_q = NULL; in hci_hal_env_deinit()
146 fixed_queue_free(rx_q, osi_free_func); in hci_hal_env_deinit()
226 fixed_queue_t *rx_q = hci_hal_env.rx_q; in hci_upstream_data_handler() local
231 pkts_to_process = fixed_queue_length(rx_q); in hci_upstream_data_handler()
233 BT_HDR *packet = fixed_queue_dequeue(rx_q, 0); in hci_upstream_data_handler()
250 if (!fixed_queue_is_empty(rx_q) || pkt_queue_length(adv_rpt_q) > 0) { in hci_upstream_data_handler()
[all …]