Searched refs:GAP_MAX_CONNECTIONS (Results 1 – 4 of 4) sorted by relevance
365 if (handle < GAP_MAX_CONNECTIONS) { in GAP_GetRxQueueCnt()726 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_connect_ind()735 if (xx == GAP_MAX_CONNECTIONS) { in gap_connect_ind()1066 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_find_ccb_by_cid()1092 if (handle < GAP_MAX_CONNECTIONS) { in gap_find_ccb_by_handle()1120 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_allocate_ccb()1171 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_release_ccb()
91 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];
1856 #ifndef GAP_MAX_CONNECTIONS1857 #define GAP_MAX_CONNECTIONS 10 // 30 macro
52 #define BTA_JV_MAX_L2C_CONN GAP_MAX_CONNECTIONS /* GAP handle is used as index, hence do not ch…