Searched refs:ble_scan_settings_phys (Results 1 – 3 of 3) sorted by relevance
29 from acts_contrib.test_utils.bt.bt_constants import ble_scan_settings_phys164 self.scn_ad.droid.bleSetScanSettingsPhy(ble_scan_settings_phys['1m'])221 self.scn_ad.droid.bleSetScanSettingsPhy(ble_scan_settings_phys['1m'])277 self.scn_ad.droid.bleSetScanSettingsPhy(ble_scan_settings_phys['1m'])335 self.scn_ad.droid.bleSetScanSettingsPhy(ble_scan_settings_phys['1m'])393 self.scn_ad.droid.bleSetScanSettingsPhy(ble_scan_settings_phys['1m'])
24 from acts_contrib.test_utils.bt.bt_constants import ble_scan_settings_phys320 client_ad.droid.bleSetScanSettingsPhy(ble_scan_settings_phys['1m'])
265 ble_scan_settings_phys = {"1m": 1, "coded": 3, "all_supported": 255} variable