Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/coex/stress_tests/
DCoexBtMultiProfileStressTest.py23 from acts.test_utils.coex.coex_test_utils import pair_and_connect_headset
64 if not pair_and_connect_headset(
71 if not pair_and_connect_headset(
DCoexHfpStressTest.py27 from acts.test_utils.coex.coex_test_utils import pair_and_connect_headset
45 if not pair_and_connect_headset(
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DWlanWithA2dpPerformanceTest.py22 from acts.test_utils.coex.coex_test_utils import pair_and_connect_headset
35 if not pair_and_connect_headset(
DWlanWithHfpPerformanceTest.py24 from acts.test_utils.coex.coex_test_utils import pair_and_connect_headset
45 if not pair_and_connect_headset(
DCoexBtMultiProfilePerformanceTest.py25 from acts.test_utils.coex.coex_test_utils import pair_and_connect_headset
48 if not pair_and_connect_headset(
/tools/test/connectivity/acts/tests/google/coex/functionality_tests/
DCoexBtMultiProfileFunctionalityTest.py24 from acts.test_utils.coex.coex_test_utils import pair_and_connect_headset
43 if not pair_and_connect_headset(
DWlanWithHfpFunctionalityTest.py24 from acts.test_utils.coex.coex_test_utils import pair_and_connect_headset
51 if not pair_and_connect_headset(
DWlanWithA2dpFunctionalityTest.py27 from acts.test_utils.coex.coex_test_utils import pair_and_connect_headset
49 if not pair_and_connect_headset(
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py656 def pair_and_connect_headset(pri_ad, headset_mac_address, profile_to_connect): function