Home
last modified time | relevance | path

Searched refs:device_discoverable (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/tests/google/coex/stress_tests/
DCoexBasicStressTest.py27 from acts.test_utils.coex.coex_test_utils import device_discoverable
75 if not device_discoverable(self.pri_ad, self.sec_ad):
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py273 def device_discoverable(pri_ad, sec_ad): function