Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1090 #ifndef MAX_L2CAP_CHANNELS
1092 #define MAX_L2CAP_CHANNELS 16 macro
1095 #define MAX_L2CAP_CHANNELS MAX_ACL_CONNECTIONS //This is used in the BLE client when star… macro
1097 #define MAX_L2CAP_CHANNELS (MAX_ACL_CONNECTIONS * 2) //This is used in the BLE client whe… macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c405 if (lcid - L2CAP_BASE_APPL_CID >= MAX_L2CAP_CHANNELS) { in rfc_find_lcid_mcb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h213 tRFC_MCB *p_rfc_lcid_mcb[MAX_L2CAP_CHANNELS]; /* MCB based on the L2CAP's lcid */
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h548 UINT8 lcid_tbl[MAX_L2CAP_CHANNELS]; /* map LCID to tc_tbl index */
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c350 if (active_count >= MAX_L2CAP_CHANNELS) { in l2cu_plcb_active_count()
1489 if (list_length(l2cb.p_ccb_pool) < MAX_L2CAP_CHANNELS) { in l2cu_allocate_ccb()
1507 …for (tmp_cid = L2CAP_BASE_APPL_CID; tmp_cid < MAX_L2CAP_CHANNELS + L2CAP_BASE_APPL_CID; tmp_cid++)… in l2cu_allocate_ccb()
1512 assert(tmp_cid != MAX_L2CAP_CHANNELS + L2CAP_BASE_APPL_CID); in l2cu_allocate_ccb()