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

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_conn.c362 if (handle < GAP_MAX_CONNECTIONS)
733 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
742 if (xx == GAP_MAX_CONNECTIONS)
1083 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
1109 if (handle < GAP_MAX_CONNECTIONS)
1137 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
1182 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
H A Dgap_int.h117 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];
/external/bluetooth/bluedroid/bta/include/
H A Dbta_jv_api.h49 #define BTA_JV_MAX_L2C_CONN (GAP_MAX_CONNECTIONS + 1)
51 #define BTA_JV_MAX_L2C_CONN GAP_MAX_CONNECTIONS
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_int.h426 #define BTA_JV_L2C_FOR_SDP_HDL GAP_MAX_CONNECTIONS
/external/bluetooth/bluedroid/include/
H A Dbt_target.h2192 #ifndef GAP_MAX_CONNECTIONS
2193 #define GAP_MAX_CONNECTIONS 8 macro
3338 ** Must be less than ((GAP_MAX_CONNECTIONS - 1) / 2)
/external/libnfc-nci/src/include/
H A Dbt_target.h2116 #ifndef GAP_MAX_CONNECTIONS
2117 #define GAP_MAX_CONNECTIONS 8 macro
3270 ** Must be less than ((GAP_MAX_CONNECTIONS - 1) / 2)

Completed in 74 milliseconds