Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/le/
DScanSettings.java175 long reportDelayMillis, int matchMode, int numOfMatchesPerFilter) { in ScanSettings() argument
181 mMatchMode = matchMode; in ScanSettings()
334 public Builder setMatchMode(int matchMode) { in setMatchMode() argument
335 if (matchMode < MATCH_MODE_AGGRESSIVE in setMatchMode()
336 || matchMode > MATCH_MODE_STICKY) { in setMatchMode()
337 throw new IllegalArgumentException("invalid matchMode " + matchMode); in setMatchMode()
339 mMatchMode = matchMode; in setMatchMode()