Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/common/include/common/
Dbt_target.h975 #ifndef MAX_L2CAP_CHANNELS
977 #define MAX_L2CAP_CHANNELS 16 macro
980 #define MAX_L2CAP_CHANNELS MAX_ACL_CONNECTIONS //This is used in the BLE client when star… macro
982 #define MAX_L2CAP_CHANNELS (MAX_ACL_CONNECTIONS * 2) //This is used in the BLE client whe… macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c392 if (lcid - L2CAP_BASE_APPL_CID >= MAX_L2CAP_CHANNELS) { in rfc_find_lcid_mcb()
/device/soc/esp/esp32/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 */
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c346 if (active_count >= MAX_L2CAP_CHANNELS) { in l2cu_plcb_active_count()
1485 if (list_length(l2cb.p_ccb_pool) < MAX_L2CAP_CHANNELS) { in l2cu_allocate_ccb()
1503 …for (tmp_cid = L2CAP_BASE_APPL_CID; tmp_cid < MAX_L2CAP_CHANNELS + L2CAP_BASE_APPL_CID; tmp_cid++)… in l2cu_allocate_ccb()
1508 assert(tmp_cid != MAX_L2CAP_CHANNELS + L2CAP_BASE_APPL_CID); in l2cu_allocate_ccb()