Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/power/bt/
DPowerBLEscanTest.py35 self.scan_duration)
42 self.mon_info.duration = (self.scan_duration - self.mon_offset -
45 def generate_test_case_no_devices_around(self, scan_mode, scan_duration): argument
48 self.measure_ble_scan_power(scan_mode, scan_duration)
54 def measure_ble_scan_power(self, scan_mode, scan_duration): argument
56 btputils.start_apk_ble_scan(self.dut, scan_mode, scan_duration)
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_power_test_utils.py125 def start_apk_ble_scan(dut, scan_mode, scan_duration): argument
136 scan_duration = str(scan_duration) + 's'
148 "com.android.test.power.receiver.SCAN_DURATION", scan_duration)
156 bleenum.ScanSettingsScanMode(scan_mode).name, scan_duration))