HomeSort by relevance Sort by last modified time
    Searched refs:bt_scan_mode_types (Results 1 - 6 of 6) sorted by null

  /tools/test/connectivity/acts/tests/google/bt/
BtBasicFunctionalityTest.py 26 from acts.test_utils.bt.bt_constants import bt_scan_mode_types
109 if (scan_mode == bt_scan_mode_types['connectable_discoverable']):
172 set_bt_scan_mode(self.droid1_ad, bt_scan_mode_types['none'])
174 if scan_mode == bt_scan_mode_types['none']:
256 return set_bt_scan_mode(self.droid_ad, bt_scan_mode_types['state_off'])
282 return set_bt_scan_mode(self.droid_ad, bt_scan_mode_types['none'])
308 bt_scan_mode_types['connectable'])
334 bt_scan_mode_types['connectable_discoverable'])
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bta_lib.py 20 from acts.test_utils.bt.bt_constants import bt_scan_mode_types
38 set_bt_scan_mode(self.dut, bt_scan_mode_types[scan_mode])
bt_constants.py 99 bt_scan_mode_types = { variable
bt_test_utils.py 57 from acts.test_utils.bt.bt_constants import bt_scan_mode_types
625 if scan_mode_value == bt_scan_mode_types['state_off']:
631 elif scan_mode_value == bt_scan_mode_types['none']:
636 elif scan_mode_value == bt_scan_mode_types['connectable']:
642 elif (scan_mode_value == bt_scan_mode_types['connectable_discoverable']):
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
coex_test_utils.py 34 from acts.test_utils.bt.bt_constants import bt_scan_mode_types
251 if scan_mode == bt_scan_mode_types['connectable_discoverable']:
  /tools/test/connectivity/acts/tests/google/bt/pts/
cmd_input.py 19 from acts.test_utils.bt.bt_constants import bt_scan_mode_types
697 completions = list(bt_scan_mode_types.keys())[:]
    [all...]

Completed in 70 milliseconds