Home
last modified time | relevance | path

Searched refs:SCAN_MODE_OPPORTUNISTIC (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DAppScanStats.java250 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()
DScanManager.java181 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()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanSettings.java34 public static final int SCAN_MODE_OPPORTUNISTIC = -1; field in ScanSettings
307 case SCAN_MODE_OPPORTUNISTIC: in setScanMode()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/provider/
DBleDiscoveryProvider.java243 bleScanMode = ScanSettings.SCAN_MODE_OPPORTUNISTIC; in getScanSettings()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DScanManagerTest.java28 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()
/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DAtomTests.java108 .setScanMode(ScanSettings.SCAN_MODE_OPPORTUNISTIC).build(); in testBleScanOpportunistic()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt1470 field public static final int SCAN_MODE_OPPORTUNISTIC = -1; // 0xffffffff