Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1157 #ifndef L2CAP_HIGH_PRI_MIN_XMIT_QUOTA
1158 #define L2CAP_HIGH_PRI_MIN_XMIT_QUOTA 5 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h147 #define BTA_AV_QUEUE_DATA_CHK_NUM L2CAP_HIGH_PRI_MIN_XMIT_QUOTA
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h562 #define L2CAP_HIGH_PRI_MIN_XMIT_QUOTA_A (L2CAP_HIGH_PRI_MIN_XMIT_QUOTA)
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c903 l2cb.high_pri_min_xmit_quota = L2CAP_HIGH_PRI_MIN_XMIT_QUOTA; in l2c_init()