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

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_conn.c363 if (handle < GAP_MAX_CONNECTIONS)
734 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
743 if (xx == GAP_MAX_CONNECTIONS)
1086 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
1112 if (handle < GAP_MAX_CONNECTIONS)
1140 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
1185 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.h2180 #ifndef GAP_MAX_CONNECTIONS
2181 #define GAP_MAX_CONNECTIONS 8 macro
3326 ** Must be less than ((GAP_MAX_CONNECTIONS - 1) / 2)
/external/libnfc-nci/src/include/
H A Dbt_target.h2046 #ifndef GAP_MAX_CONNECTIONS
2047 #define GAP_MAX_CONNECTIONS 8 macro
3200 ** Must be less than ((GAP_MAX_CONNECTIONS - 1) / 2)

Completed in 165 milliseconds