Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/
Dpkt_queue.c118 size_t pkt_queue_length(const struct pkt_queue *queue) in pkt_queue_length() function
128 return pkt_queue_length(queue) == 0; in pkt_queue_is_empty()
Dfixed_pkt_queue.c85 return pkt_queue_length(queue->pkt_list); in fixed_pkt_queue_length()
/hal_espressif-latest/components/bt/common/osi/include/osi/
Dpkt_queue.h63 size_t pkt_queue_length(const struct pkt_queue *queue);
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c241 pkts_to_process = pkt_queue_length(adv_rpt_q); 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()
590 if (pkt_queue_length(hci_hal_env.adv_rpt_q) > HCI_HAL_BLE_ADV_RPT_QUEUE_LEN_MAX) { in host_recv_pkt_cb()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c616 size_t pkts_to_process = pkt_queue_length(p_env->adv_rpt_queue); in btc_gap_ble_adv_pkt_handler()
630 if (pkt_queue_length(p_env->adv_rpt_queue) != 0) { in btc_gap_ble_adv_pkt_handler()
653 if (pkt_queue_length(p_env->adv_rpt_queue) >= BTC_GAP_BLE_ADV_RPT_QUEUE_LEN_MAX) { in btc_process_adv_rpt_pkt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c3519 size_t pkts_to_process = pkt_queue_length(p_cb->adv_rpt_queue); in btm_adv_pkt_handler()
3548 if (pkt_queue_length(p_cb->adv_rpt_queue) != 0) { in btm_adv_pkt_handler()