Searched refs:MAX_L2CAP_CHANNELS (Results 1 – 5 of 5) sorted by relevance
276 #ifndef MAX_L2CAP_CHANNELS277 #define MAX_L2CAP_CHANNELS 64 macro
852 for (xx = 0; xx < MAX_L2CAP_CHANNELS - 1; xx++) { in l2c_init()860 l2cb.p_free_ccb_last = &l2cb.ccb_pool[MAX_L2CAP_CHANNELS - 1]; in l2c_init()
604 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */
696 for (uint8_t xx = 0; xx < MAX_L2CAP_CHANNELS; xx++) { in l2c_link_adjust_chnl_allocation()
3423 if (local_cid >= MAX_L2CAP_CHANNELS) return NULL; in l2cu_find_ccb_by_cid()