Searched refs:GAP_MAX_CONNECTIONS (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/gap/
H A Dgap_int.h99 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];
H A Dgap_conn.c410 if (handle < GAP_MAX_CONNECTIONS)
731 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
740 if (xx == GAP_MAX_CONNECTIONS)
1116 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
1142 if (handle < GAP_MAX_CONNECTIONS)
1170 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
1221 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
/system/bt/include/
H A Dbt_target.h1285 #ifndef GAP_MAX_CONNECTIONS
1286 #define GAP_MAX_CONNECTIONS 30 macro
/system/bt/bta/include/
H A Dbta_jv_api.h49 #define BTA_JV_MAX_L2C_CONN GAP_MAX_CONNECTIONS /* GAP handle is used as index, hence do not change this value */

Completed in 83 milliseconds