Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py36 from acts.test_utils.bt.bt_constants import bt_profile_constants
204 supported_profiles = bt_profile_constants.values()
229 if (bt_profile_constants['headset_client'] not in profile_connected and
230 bt_profile_constants['headset_client'] in profiles_set):
232 profile_connected.add(bt_profile_constants['headset_client'])
233 if (bt_profile_constants['headset'] not in profile_connected and
234 bt_profile_constants['headset'] in profiles_set):
235 profile_connected.add(bt_profile_constants['headset'])
236 if (bt_profile_constants['a2dp'] not in profile_connected and
237 bt_profile_constants['a2dp'] in profiles_set):
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py40 from acts.test_utils.bt.bt_constants import bt_profile_constants
274 supported_profiles = bt_profile_constants.values()
305 if (bt_profile_constants['headset_client'] not in profile_connected
306 and bt_profile_constants['headset_client'] in profiles_set):
308 profile_connected.add(bt_profile_constants['headset_client'])
309 if (bt_profile_constants['a2dp'] not in profile_connected
310 and bt_profile_constants['a2dp'] in profiles_set):
312 profile_connected.add(bt_profile_constants['a2dp'])
313 if (bt_profile_constants['a2dp_sink'] not in profile_connected
314 and bt_profile_constants['a2dp_sink'] in profiles_set):
[all …]
Dbt_constants.py119 bt_profile_constants = { variable
/tools/test/connectivity/acts/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py29 from acts.test_utils.bt.bt_constants import bt_profile_constants
207 bt_profile_constants['gatt_server'])) !=
288 bt_profile_constants['gatt_server'])) !=
/tools/test/connectivity/acts/tests/google/ble/gatt/
DGattConnectTest.py29 from acts.test_utils.bt.bt_constants import bt_profile_constants
1003 bt_profile_constants['gatt'])
1005 bt_profile_constants['gatt_server'])