Home
last modified time | relevance | path

Searched refs:bt_profile_constants (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py35 from acts_contrib.test_utils.bt.bt_constants import bt_profile_constants
200 supported_profiles = bt_profile_constants.values()
225 if (bt_profile_constants['headset_client'] not in profile_connected and
226 bt_profile_constants['headset_client'] in profiles_set):
228 profile_connected.add(bt_profile_constants['headset_client'])
229 if (bt_profile_constants['headset'] not in profile_connected and
230 bt_profile_constants['headset'] in profiles_set):
231 profile_connected.add(bt_profile_constants['headset'])
232 if (bt_profile_constants['a2dp'] not in profile_connected and
233 bt_profile_constants['a2dp'] in profiles_set):
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_test_utils.py45 from acts_contrib.test_utils.bt.bt_constants import bt_profile_constants
295 supported_profiles = bt_profile_constants.values()
325 if (bt_profile_constants['headset_client'] not in profile_connected and
326 bt_profile_constants['headset_client'] in profiles_set):
328 profile_connected.add(bt_profile_constants['headset_client'])
329 if (bt_profile_constants['a2dp'] not in profile_connected and
330 bt_profile_constants['a2dp'] in profiles_set):
332 profile_connected.add(bt_profile_constants['a2dp'])
333 if (bt_profile_constants['a2dp_sink'] not in profile_connected and
334 bt_profile_constants['a2dp_sink'] in profiles_set):
[all …]
Dbt_constants.py120 bt_profile_constants = { variable
/tools/test/connectivity/acts_tests/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py29 from acts_contrib.test_utils.bt.bt_constants import bt_profile_constants
205 bt_profile_constants['gatt_server'])) !=
286 bt_profile_constants['gatt_server'])) !=
/tools/test/connectivity/acts_tests/tests/google/ble/gatt/
DGattConnectTest.py29 from acts_contrib.test_utils.bt.bt_constants import bt_profile_constants
1003 bt_profile_constants['gatt'])
1005 bt_profile_constants['gatt_server'])