Searched refs:SCAN_MODE_OPPORTUNISTIC (Results 1 – 7 of 7) sorted by relevance
250 scan.isOpportunisticScan = scan.scanMode == ScanSettings.SCAN_MODE_OPPORTUNISTIC; in recordScanStart()257 case ScanSettings.SCAN_MODE_OPPORTUNISTIC: in recordScanStart()349 case ScanSettings.SCAN_MODE_OPPORTUNISTIC: in recordScanStop()502 case ScanSettings.SCAN_MODE_OPPORTUNISTIC: in getScanWeight()707 case ScanSettings.SCAN_MODE_OPPORTUNISTIC: in scanModeToString()776 case ScanSettings.SCAN_MODE_OPPORTUNISTIC: in dumpToString()
181 mPriorityMap.put(ScanSettings.SCAN_MODE_OPPORTUNISTIC, 0); in ScanManager()697 case ScanSettings.SCAN_MODE_OPPORTUNISTIC: in updateScanModeScreenOff()782 case ScanSettings.SCAN_MODE_OPPORTUNISTIC: in upgradeScanModeByOneLevel()1044 && curScanSetting != ScanSettings.SCAN_MODE_OPPORTUNISTIC) { in configureRegularScanParams()1116 && client.settings.getScanMode() != ScanSettings.SCAN_MODE_OPPORTUNISTIC) { in startRegularScan()1128 if (client.settings.getScanMode() != ScanSettings.SCAN_MODE_OPPORTUNISTIC) { in numRegularScanClients()1165 return client.settings.getScanMode() == ScanSettings.SCAN_MODE_OPPORTUNISTIC; in isOpportunisticScanClient()1400 builder.setScanMode(ScanSettings.SCAN_MODE_OPPORTUNISTIC); in setOpportunisticScanClient()
34 public static final int SCAN_MODE_OPPORTUNISTIC = -1; field in ScanSettings307 case SCAN_MODE_OPPORTUNISTIC: in setScanMode()
243 bleScanMode = ScanSettings.SCAN_MODE_OPPORTUNISTIC; in getScanSettings()
28 import static android.bluetooth.le.ScanSettings.SCAN_MODE_OPPORTUNISTIC;623 scanModeMap.put(SCAN_MODE_LOW_POWER, SCAN_MODE_OPPORTUNISTIC); in testUnfilteredScanTimeout()624 scanModeMap.put(SCAN_MODE_BALANCED, SCAN_MODE_OPPORTUNISTIC); in testUnfilteredScanTimeout()625 scanModeMap.put(SCAN_MODE_LOW_LATENCY, SCAN_MODE_OPPORTUNISTIC); in testUnfilteredScanTimeout()626 scanModeMap.put(SCAN_MODE_AMBIENT_DISCOVERY, SCAN_MODE_OPPORTUNISTIC); in testUnfilteredScanTimeout()
108 .setScanMode(ScanSettings.SCAN_MODE_OPPORTUNISTIC).build(); in testBleScanOpportunistic()
1470 field public static final int SCAN_MODE_OPPORTUNISTIC = -1; // 0xffffffff