Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanSettings.java393 public Builder setNumOfMatches(int numOfMatches) { in setNumOfMatches() argument
394 if (numOfMatches < MATCH_NUM_ONE_ADVERTISEMENT in setNumOfMatches()
395 || numOfMatches > MATCH_NUM_MAX_ADVERTISEMENT) { in setNumOfMatches()
396 throw new IllegalArgumentException("invalid numOfMatches " + numOfMatches); in setNumOfMatches()
398 mNumOfMatchesPerFilter = numOfMatches; in setNumOfMatches()