Searched refs:MAX_L2CAP_CHANNELS (Results 1 – 5 of 5) sorted by relevance
1090 #ifndef MAX_L2CAP_CHANNELS1092 #define MAX_L2CAP_CHANNELS 16 macro1095 #define MAX_L2CAP_CHANNELS MAX_ACL_CONNECTIONS //This is used in the BLE client when star… macro1097 #define MAX_L2CAP_CHANNELS (MAX_ACL_CONNECTIONS * 2) //This is used in the BLE client whe… macro
405 if (lcid - L2CAP_BASE_APPL_CID >= MAX_L2CAP_CHANNELS) { in rfc_find_lcid_mcb()
213 tRFC_MCB *p_rfc_lcid_mcb[MAX_L2CAP_CHANNELS]; /* MCB based on the L2CAP's lcid */
548 UINT8 lcid_tbl[MAX_L2CAP_CHANNELS]; /* map LCID to tc_tbl index */
350 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()