Searched refs:ble_scan_settings_phys (Results 1 – 2 of 2) sorted by relevance
29 from acts.test_utils.bt.bt_constants import ble_scan_settings_phys165 self.scn_ad.droid.bleSetScanSettingsPhy(ble_scan_settings_phys['1m'])222 self.scn_ad.droid.bleSetScanSettingsPhy(ble_scan_settings_phys['1m'])278 self.scn_ad.droid.bleSetScanSettingsPhy(ble_scan_settings_phys['1m'])336 self.scn_ad.droid.bleSetScanSettingsPhy(ble_scan_settings_phys['1m'])394 self.scn_ad.droid.bleSetScanSettingsPhy(ble_scan_settings_phys['1m'])
235 ble_scan_settings_phys = {"1m": 1, "coded": 3, "all_supported": 255} variable