Home
last modified time | relevance | path

Searched refs:BLE_LOCATION_SCAN_ENABLE (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/power/bt/
DPowerBLEscanTest.py22 BLE_LOCATION_SCAN_ENABLE = 'settings put secure location_mode 3' variable
39 self.dut.adb.shell(BLE_LOCATION_SCAN_ENABLE)
DPowerBLEadvertiseTest.py22 BLE_LOCATION_SCAN_ENABLE = 'settings put secure location_mode 3' variable
40 self.dut.adb.shell(BLE_LOCATION_SCAN_ENABLE)
DPowerBLEconnectionidleTest.py25 BLE_LOCATION_SCAN_ENABLE = 'settings put secure location_mode 3' variable
49 self.client_ad.adb.shell(BLE_LOCATION_SCAN_ENABLE)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_power_test_utils.py22 BLE_LOCATION_SCAN_ENABLE = 'settings put global ble_scan_always_enabled 1' variable