Home
last modified time | relevance | path

Searched refs:getReportDelayMillis (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DTransitionalScanHelperTest.java254 assertThat(newScanSettings.getReportDelayMillis()) in enforceReportDelayFloor()
255 .isEqualTo(scanSettings.getReportDelayMillis()); in enforceReportDelayFloor()
261 assertThat(newScanSettingsFloor.getReportDelayMillis()) in enforceReportDelayFloor()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanClient.java115 .setReportDelay(settings.getReportDelayMillis()) in updateScanMode()
DScanManager.java530 && settings.getReportDelayMillis() != 0; in isBatchClient()
542 && settings.getReportDelayMillis() == 0; in isScanSupported()
1403 builder.setReportDelay(settings.getReportDelayMillis()); in setOpportunisticScanClient()
1465 if (client.settings != null && client.settings.getReportDelayMillis() > 0) { in getBatchTriggerIntervalMillis()
1467 Math.min(intervalMillis, client.settings.getReportDelayMillis()); in getBatchTriggerIntervalMillis()
1703 return settings.getReportDelayMillis() == 0 in getDeliveryMode()
DTransitionalScanHelper.java1469 if (settings.getReportDelayMillis() == 0) { in needsPrivilegedPermissionForScan()
1542 if (settings.getReportDelayMillis() == 0) { in enforceReportDelayFloor()
1555 if (settings.getReportDelayMillis() > floor) { in enforceReportDelayFloor()
DAppScanStats.java255 && settings.getReportDelayMillis() != 0; in recordScanStart()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanSettings.java222 public long getReportDelayMillis() { in getReportDelayMillis() method in ScanSettings
DBluetoothLeScanner.java694 && settings.getReportDelayMillis() == 0) { in isSettingsConfigAllowedForScan()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt1451 method public long getReportDelayMillis();