Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/ble/scan/
DBleBackgroundScanTest.py31 from acts_contrib.test_utils.bt.bt_constants import bluetooth_le_off
244 self.scn_ad.ed.pop_event(bluetooth_le_off, self.default_timeout)
248 bluetooth_le_off))
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_constants.py79 bluetooth_le_off = "BleStateChangedOff" variable