Home
last modified time | relevance | path

Searched refs:AUTO_BATCH_MIN_REPORT_DELAY_MILLIS (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanSettings.java109 public static final long AUTO_BATCH_MIN_REPORT_DELAY_MILLIS = 1000 * 60 * 10; field in ScanSettings
452 && mReportDelayMillis < AUTO_BATCH_MIN_REPORT_DELAY_MILLIS) { in build()
455 + AUTO_BATCH_MIN_REPORT_DELAY_MILLIS); in build()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DScanManagerTest.java1179 mScanReportDelay = ScanSettings.AUTO_BATCH_MIN_REPORT_DELAY_MILLIS; in testUnfilteredAutoBatchScan()
1230 mScanReportDelay = ScanSettings.AUTO_BATCH_MIN_REPORT_DELAY_MILLIS; in testFilteredAutoBatchScan()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt1455 field public static final long AUTO_BATCH_MIN_REPORT_DELAY_MILLIS = 600000L; // 0x927c0L