Searched refs:MAX_L2CAP_CHANNELS (Results 1 – 9 of 9) sorted by relevance
490 #ifndef MAX_L2CAP_CHANNELS491 #define MAX_L2CAP_CHANNELS 32 macro
190 uint8_t lcid_tbl[MAX_L2CAP_CHANNELS]; /* map LCID to tc_tbl index */
398 if (lcid - L2CAP_BASE_APPL_CID >= MAX_L2CAP_CHANNELS) { in rfc_find_lcid_mcb()
221 tRFC_MCB* p_rfc_lcid_mcb[MAX_L2CAP_CHANNELS];
854 for (xx = 0; xx < MAX_L2CAP_CHANNELS - 1; xx++) { in l2c_init()864 l2cb.p_free_ccb_last = &l2cb.ccb_pool[MAX_L2CAP_CHANNELS - 1]; in l2c_init()
471 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */
790 for (xx = 0; xx < MAX_L2CAP_CHANNELS; xx++) { in l2c_link_adjust_chnl_allocation()
3066 if (local_cid >= MAX_L2CAP_CHANNELS) return NULL; in l2cu_find_ccb_by_cid()
729 uint8_t lcid_tbl[MAX_L2CAP_CHANNELS]; // Map LCID to tc_tbl index