Home
last modified time | relevance | path

Searched refs:pair_and_connect_headset (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/coex/stress_tests/
DCoexBtMultiProfileStressTest.py29 from acts_contrib.test_utils.coex.coex_test_utils import pair_and_connect_headset
68 if not pair_and_connect_headset(
75 if not pair_and_connect_headset(
DCoexHfpStressTest.py25 from acts_contrib.test_utils.coex.coex_test_utils import pair_and_connect_headset
44 if not pair_and_connect_headset(
/tools/test/connectivity/acts_tests/tests/google/coex/functionality_tests/
DCoexBtMultiProfileFunctionalityTest.py31 from acts_contrib.test_utils.coex.coex_test_utils import pair_and_connect_headset
50 if not pair_and_connect_headset(
DWlanWithHfpFunctionalityTest.py25 from acts_contrib.test_utils.coex.coex_test_utils import pair_and_connect_headset
49 if not pair_and_connect_headset(
/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/
DWlanWithHfpPerformanceTest.py23 from acts_contrib.test_utils.coex.coex_test_utils import pair_and_connect_headset
42 if not pair_and_connect_headset(
DWlanWithA2dpPerformanceTest.py25 from acts_contrib.test_utils.coex.coex_test_utils import pair_and_connect_headset
55 if not pair_and_connect_headset(
DCoexBtMultiProfilePerformanceTest.py33 from acts_contrib.test_utils.coex.coex_test_utils import pair_and_connect_headset
56 if not pair_and_connect_headset(
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py759 def pair_and_connect_headset(pri_ad, headset_mac_address, profile_to_connect, retry=5): function