Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/ble/scan/
DBleOnLostOnFoundTest.py29 from acts_contrib.test_utils.bt.bt_constants import ble_scan_settings_match_modes
121 ble_scan_settings_match_modes['aggresive'])
191 ble_scan_settings_match_modes['sticky'])
261 ble_scan_settings_match_modes['aggresive'])
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_constants.py242 ble_scan_settings_match_modes = {"aggresive": 1, "sticky": 2} variable