Searched refs:GAP_MAX_CONNECTIONS (Results 1 – 3 of 3) sorted by relevance
77 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];433 if (handle < GAP_MAX_CONNECTIONS) { in GAP_GetRxQueueCnt()723 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_connect_ind()729 if (xx == GAP_MAX_CONNECTIONS) { in gap_connect_ind()1054 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_find_ccb_by_cid()1078 if (handle < GAP_MAX_CONNECTIONS) { in gap_find_ccb_by_handle()1102 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_allocate_ccb()1146 for (uint16_t i = 0; i < GAP_MAX_CONNECTIONS; i++, p_ccb_local++) { in gap_release_ccb()
1109 #ifndef GAP_MAX_CONNECTIONS1110 #define GAP_MAX_CONNECTIONS 30 macro
50 GAP_MAX_CONNECTIONS /* GAP handle is used as index, hence do not change this \