Searched refs:MAX_L2CAP_CHANNELS (Results 1 – 5 of 5) sorted by relevance
432 #ifndef MAX_L2CAP_CHANNELS433 #define MAX_L2CAP_CHANNELS 32 macro
921 for (xx = 0; xx < MAX_L2CAP_CHANNELS - 1; xx++) { in l2c_init()929 l2cb.p_free_ccb_last = &l2cb.ccb_pool[MAX_L2CAP_CHANNELS - 1]; in l2c_init()
580 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */
726 for (uint8_t xx = 0; xx < MAX_L2CAP_CHANNELS; xx++) { in l2c_link_adjust_chnl_allocation()
3149 if (local_cid >= MAX_L2CAP_CHANNELS) return NULL; in l2cu_find_ccb_by_cid()