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

  /tools/test/connectivity/acts/tests/google/ble/scan/
BleOpportunisticScanTest.py 29 from acts.test_utils.bt.bt_test_utils import batch_scan_result
158 if not self._verify_no_events_found(batch_scan_result.format(
254 if not self._verify_no_events_found(batch_scan_result.format(
268 batch_scan_result.format(scan_callback2), self.default_timeout)
270 batch_scan_result.format(scan_callback), self.default_timeout)
314 if not self._verify_no_events_found(batch_scan_result.format(
327 return self._verify_no_events_found(batch_scan_result.format(
379 batch_scan_result.format(scan_callback2), self.default_timeout)
487 batch_scan_result.format(callback), self.default_timeout)
  /tools/test/connectivity/acts/tests/google/ble/filtering/
UniqueFilteringTest.py 31 from acts.test_utils.bt.bt_test_utils import batch_scan_result
167 expected_event_name = batch_scan_result.format(scan_callback)
219 expected_event_name = batch_scan_result.format(scan_callback)
237 batch_scan_result))
  /tools/test/connectivity/acts/tests/google/ble/beacon_tests/
BeaconSwarmTest.py 29 from acts.test_utils.bt.bt_test_utils import batch_scan_result
237 batch_scan_result.format(scan_callback), self.default_timeout)
  /tools/test/connectivity/acts/tests/google/ble/system_tests/
BleOnLostOnFoundStressTest.py 44 batch_scan_result = "BleScan{}onBatchScanResult" variable in class:BleOnLostOnFoundStressTest
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py 53 batch_scan_result = "BleScan{}onBatchScanResult" variable

Completed in 48 milliseconds