Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanSettings.java230 long reportDelayMillis, in ScanSettings() argument
238 mReportDelayMillis = reportDelayMillis; in ScanSettings()
376 public Builder setReportDelay(long reportDelayMillis) { in setReportDelay() argument
377 if (reportDelayMillis < 0) { in setReportDelay()
380 mReportDelayMillis = reportDelayMillis; in setReportDelay()