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_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'])
278 ble_scan_settings_phys = {"1m": 1, "coded": 3, "all_supported": 255} variable