Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/include/
Dbt_common.h41 #ifndef BT_QUEUE_CONGEST_SIZE
42 #define BT_QUEUE_CONGEST_SIZE 40 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_init.c260 if (osi_thread_queue_wait_size(btu_thread, 0) >= BT_QUEUE_CONGEST_SIZE) { in BTU_check_queue_is_congest()
/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_task.c480 if (osi_thread_queue_wait_size(btc_thread, 0) >= BT_QUEUE_CONGEST_SIZE) { in btc_check_queue_is_congest()