HomeSort by relevance Sort by last modified time
    Searched refs:perform_classic_discovery (Results 1 - 6 of 6) sorted by null

  /tools/test/connectivity/acts/tests/google/coex/performance_tests/
CoexBasicPerformanceTest.py 18 from acts.test_utils.coex.coex_test_utils import perform_classic_discovery
34 if not perform_classic_discovery(self.pri_ad):
WlanWithA2dpPerformanceTest.py 23 from acts.test_utils.coex.coex_test_utils import perform_classic_discovery
60 if not perform_classic_discovery(self.pri_ad):
  /tools/test/connectivity/acts/tests/google/coex/functionality_tests/
CoexBasicFunctionalityTest.py 18 from acts.test_utils.coex.coex_test_utils import perform_classic_discovery
47 if not perform_classic_discovery(self.pri_ad):
WlanWithA2dpFunctionalityTest.py 28 from acts.test_utils.coex.coex_test_utils import perform_classic_discovery
107 if not perform_classic_discovery(self.pri_ad):
128 (perform_classic_discovery, (self.pri_ad,))]
163 (perform_classic_discovery, (self.pri_ad,)),
WlanWithHfpFunctionalityTest.py 25 from acts.test_utils.coex.coex_test_utils import perform_classic_discovery
130 (perform_classic_discovery, (self.pri_ad,))]
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
coex_test_utils.py 679 def perform_classic_discovery(pri_ad): function

Completed in 104 milliseconds