Home
last modified time | relevance | path

Searched refs:scan_result (Results 1 – 23 of 23) sorted by relevance

/tools/test/connectivity/acts/tests/google/ble/scan/
DBleOpportunisticScanTest.py36 from acts.test_utils.bt.bt_constants import scan_result
116 if not self._verify_no_events_found(scan_result.format(scan_callback)):
197 if not self._verify_no_events_found(scan_result.format(scan_callback)):
208 scan_result.format(scan_callback2), self.default_timeout)
214 scan_result.format(scan_callback), self.default_timeout)
342 scan_result.format(scan_callback2), self.default_timeout)
386 if not self._verify_no_events_found(scan_result.format(scan_callback)):
403 return self._verify_no_events_found(scan_result.format(scan_callback))
454 scan_result.format(callback), self.default_timeout)
562 if not self._verify_no_events_found(scan_result.format(scan_callback)):
[all …]
DBleOnLostOnFoundTest.py34 from acts.test_utils.bt.bt_constants import scan_result
134 scan_result.format(scan_callback), self.default_timeout * 3)
145 scan_result.format(scan_callback), self.default_timeout * 4)
204 scan_result.format(scan_callback), self.default_timeout * 3)
215 scan_result.format(scan_callback), self.default_timeout * 4)
274 scan_result.format(scan_callback), self.default_timeout * 3)
285 scan_result.format(scan_callback), self.default_timeout * 4)
DBleScanScreenStateTest.py33 from acts.test_utils.bt.bt_constants import scan_result
80 scan_result.format(self.scan_callback), bt_default_timeout)
454 scan_result.format(scan_callback), self.shorter_scan_timeout)
461 scan_result.format(scan_callback2), self.shorter_scan_timeout)
473 scan_result.format(scan_callback), self.shorter_scan_timeout)
481 scan_result.format(scan_callback2), self.shorter_scan_timeout)
538 scan_result.format(self.scan_callback),
552 scan_result.format(callback), self.shorter_scan_timeout)
DBleBackgroundScanTest.py35 from acts.test_utils.bt.bt_constants import scan_result
125 expected_event = scan_result.format(scan_callback)
179 expected_event = scan_result.format(scan_callback)
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
DRangeApSupporting11McTest.py149 def rtt_config_from_scan_result(self, scan_result): argument
167 freq = scan_result[RttParam.frequency]
169 p[RttParam.BSSID] = scan_result[WifiEnums.BSSID_KEY]
174 cf0 = scan_result[RttParam.center_freq0]
177 cf1 = scan_result[RttParam.center_freq1]
180 cw = scan_result["channelWidth"]
183 if scan_result["is80211McRTTResponder"]:
/tools/test/connectivity/acts/tests/google/wifi/
DWifiScannerMultiScanTest.py52 def check_interval(self, scan_result, scan_result_next): argument
68 actual_interval = scan_result_next["timestamp"] - scan_result[
76 scan_result, scan_result_next, delta / 1000,
79 def verify_one_scan_result(self, scan_result): argument
89 freq = scan_result["frequency"]
93 % (freq, scan_result, self.scan_channels))
113 for scan_result in scan_results:
114 self.verify_one_scan_result(scan_result)
DWifiRttManagerTest.py372 def rtt_config_from_scan_result(self, scan_result): argument
383 freq = scan_result[RttParam.frequency]
385 p[RttParam.BSSID] = scan_result[WifiEnums.BSSID_KEY]
390 cf0 = scan_result[RttParam.center_freq0]
393 cf1 = scan_result[RttParam.center_freq1]
396 cw = scan_result["channelWidth"]
399 if scan_result["is80211McRTTResponder"]:
DWifiScannerScanTest.py367 def verify_radio_chain_length(self, scan_setting_type, scan_result): argument
368 llen = len(scan_result[0]["radioChainInfos"])
/tools/test/connectivity/acts/tests/google/ble/bt5/
DBt5ScanTest.py36 from acts.test_utils.bt.bt_constants import scan_result
179 scan_result.format(scan_callback), self.default_timeout)
236 scan_result.format(scan_callback), self.default_timeout)
292 scan_result.format(scan_callback), self.default_timeout)
350 scan_result.format(scan_callback), self.default_timeout)
408 scan_result.format(scan_callback), self.default_timeout)
/tools/test/connectivity/acts/tests/google/ble/examples/
DBleExamplesTest.py25 from acts.test_utils.bt.bt_constants import scan_result
101 event_name = scan_result.format(scan_callback)
/tools/test/connectivity/acts/tests/google/ble/filtering/
DUniqueFilteringTest.py35 from acts.test_utils.bt.bt_constants import scan_result
116 expected_event_name = scan_result.format(scan_callback)
276 expected_event_name = scan_result.format(scan_callback)
333 expected_event_name = scan_result.format(scan_callback)
446 expected_event_name = scan_result.format(scan_callback)
470 expected_event_name = scan_result.format(scan_callback2)
537 expected_event_name = scan_result.format(scan_callback)
612 expected_event_name = scan_result.format(scan_callback)
/tools/test/connectivity/acts/tests/google/ble/beacon_tests/
DBeaconSwarmTest.py30 from acts.test_utils.bt.bt_test_utils import scan_result
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/framework/acts/test_utils/wifi/rtt/
Drtt_test_utils.py173 def validate_ap_result(scan_result, range_result): argument
183 asserts.assert_equal(scan_result[wutils.WifiEnums.BSSID_KEY], range_result[
185 if (rconsts.SCAN_RESULT_KEY_RTT_RESPONDER in scan_result and
186 scan_result[rconsts.SCAN_RESULT_KEY_RTT_RESPONDER]):
/tools/test/connectivity/acts/tests/google/ble/concurrency/
DConcurrentBleScanningTest.py34 from acts.test_utils.bt.bt_constants import scan_result
124 scan_result.format(scan_callback), self.default_timeout)
208 scan_result.format(scan_callback), self.default_timeout)
343 expected_scan_event_name = scan_result.format(scan_callback)
DConcurrentBleAdvertisingTest.py38 from acts.test_utils.bt.bt_constants import scan_result
494 scan_result.format(scan_callback), self.default_timeout)
505 expected_event = scan_result.format(scan_callback)
DConcurrentBleAdvertisementDiscoveryTest.py32 from acts.test_utils.bt.bt_constants import scan_result
DConcurrentGattConnectTest.py35 from acts.test_utils.bt.bt_constants import scan_result
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_constants.py54 scan_result = "BleScan{}onScanResults" variable
Dgattc_lib.py32 from acts.test_utils.bt.bt_constants import scan_result
59 event_name = scan_result.format(scan_callback)
Dbt_test_utils.py66 from acts.test_utils.bt.bt_constants import scan_result
108 scan_result.format(scan_callback), bt_default_timeout)
/tools/test/connectivity/acts/tests/google/ble/system_tests/
DBleStressTest.py34 from acts.test_utils.bt.bt_constants import scan_result
136 self.scn_ad.ed.pop_event(scan_result.format(scan_callback)))
/tools/test/connectivity/acts/tests/google/ble/gatt/
DGattToolTest.py36 from acts.test_utils.bt.bt_constants import scan_result
95 expected_event_name = scan_result.format(scan_callback)
DGattConnectTest.py39 from acts.test_utils.bt.bt_constants import scan_result
1081 expected_event_name = scan_result.format(scan_callback)