Searched refs:GAP_MAX_CONNECTIONS (Results 1 – 3 of 3) sorted by relevance
74 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];414 if (handle < GAP_MAX_CONNECTIONS) { in GAP_GetRxQueueCnt()604 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_connect_ind()610 if (xx == GAP_MAX_CONNECTIONS) { in gap_connect_ind()895 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_find_ccb_by_cid()919 if (handle < GAP_MAX_CONNECTIONS) { in gap_find_ccb_by_handle()943 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_allocate_ccb()987 for (uint16_t i = 0; i < GAP_MAX_CONNECTIONS; i++, p_ccb_local++) { in gap_release_ccb()
903 #ifndef GAP_MAX_CONNECTIONS904 #define GAP_MAX_CONNECTIONS 30 macro
52 GAP_MAX_CONNECTIONS /* GAP handle is used as index, hence do not change this \