HomeSort by relevance Sort by last modified time
    Searched defs:scan_result (Results 1 - 14 of 14) sorted by null

  /tools/test/connectivity/acts/tests/google/ble/examples/
BleExamplesTest.py 25 from acts.test_utils.bt.bt_test_utils import scan_result namespace
102 event_name = scan_result.format(scan_callback)
  /system/bt/service/common/bluetooth/binder/
IBluetoothLowEnergyCallback.cpp 76 auto scan_result = CreateScanResultFromParcel(data); local
77 CHECK(scan_result.get());
78 OnScanResult(*scan_result);
152 const bluetooth::ScanResult& scan_result) {
157 WriteScanResultToParcel(scan_result, &data);
  /tools/test/connectivity/acts/tests/google/ble/concurrency/
ConcurrentBleAdvertisementDiscoveryTest.py 36 from acts.test_utils.bt.bt_test_utils import scan_result namespace
ConcurrentBleScanningTest.py 33 from acts.test_utils.bt.bt_test_utils import scan_result namespace
122 scan_result.format(scan_callback), self.default_timeout)
205 scan_result.format(scan_callback), self.default_timeout)
338 expected_scan_event_name = scan_result.format(scan_callback)
ConcurrentBleAdvertisingTest.py 37 from acts.test_utils.bt.bt_test_utils import scan_result namespace
480 scan_result.format(scan_callback), self.default_timeout)
491 expected_event = scan_result.format(scan_callback)
  /tools/test/connectivity/acts/tests/google/ble/scan/
BleBackgroundScanTest.py 29 from acts.test_utils.bt.bt_test_utils import scan_result namespace
129 expected_event = scan_result.format(scan_callback)
175 expected_event = scan_result.format(scan_callback)
BleOnLostOnFoundTest.py 30 from acts.test_utils.bt.bt_test_utils import scan_result namespace
124 scan_result.format(scan_callback), self.default_timeout * 3)
135 scan_result.format(scan_callback), self.default_timeout * 4)
192 scan_result.format(scan_callback), self.default_timeout * 3)
203 scan_result.format(scan_callback), self.default_timeout * 4)
260 scan_result.format(scan_callback), self.default_timeout * 3)
271 scan_result.format(scan_callback), self.default_timeout * 4)
BleOpportunisticScanTest.py 34 from acts.test_utils.bt.bt_test_utils import scan_result namespace
107 if not self._verify_no_events_found(scan_result.format(scan_callback)):
186 if not self._verify_no_events_found(scan_result.format(scan_callback)):
197 scan_result.format(scan_callback2), self.default_timeout)
203 scan_result.format(scan_callback), self.default_timeout)
329 scan_result.format(scan_callback2), self.default_timeout)
372 if not self._verify_no_events_found(scan_result.format(scan_callback)):
389 return self._verify_no_events_found(scan_result.format(scan_callback))
439 scan_result.format(callback), self.default_timeout)
545 if not self._verify_no_events_found(scan_result.format(scan_callback))
    [all...]
  /tools/test/connectivity/acts/tests/google/ble/system_tests/
BleStressTest.py 33 from acts.test_utils.bt.bt_test_utils import scan_result namespace
131 self.log.info(self.scn_ad.ed.pop_event(scan_result.format(
  /tools/test/connectivity/acts/tests/google/ble/beacon_tests/
BeaconSwarmTest.py 30 from acts.test_utils.bt.bt_test_utils import scan_result namespace
191 scan_result.format(scan_callback), self.default_timeout)
282 scan_result.format(scan_callback), self.default_timeout))
335 scan_result.format(cb), self.default_timeout)
  /tools/test/connectivity/acts/tests/google/ble/filtering/
FilteringTest.py 32 from acts.test_utils.bt.bt_test_utils import scan_result namespace
373 expected_scan_event_name = scan_result.format(scan_callback)
382 expected_scan_event_name = scan_result.format(scan_callback2)
UniqueFilteringTest.py 34 from acts.test_utils.bt.bt_test_utils import scan_result namespace
114 expected_event_name = scan_result.format(scan_callback)
271 expected_event_name = scan_result.format(scan_callback)
327 expected_event_name = scan_result.format(scan_callback)
438 expected_event_name = scan_result.format(scan_callback)
462 expected_event_name = scan_result.format(scan_callback2)
526 expected_event_name = scan_result.format(scan_callback)
601 expected_event_name = scan_result.format(scan_callback)
  /tools/test/connectivity/acts/tests/google/ble/gatt/
GattToolTest.py 42 from acts.test_utils.bt.bt_test_utils import scan_result namespace
94 expected_event_name = scan_result.format(scan_callback)
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py 54 scan_result = "BleScan{}onScanResults" variable
101 scan_result.format(scan_callback), DEFAULT_TIMEOUT)

Completed in 193 milliseconds