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

/frameworks/base/core/java/android/bluetooth/le/
H A DScanSettings.java311 * @param numOfMatches The num of matches can be one of
317 public Builder setNumOfMatches(int numOfMatches) { argument
318 if (numOfMatches < MATCH_NUM_ONE_ADVERTISEMENT
319 || numOfMatches > MATCH_NUM_MAX_ADVERTISEMENT) {
320 throw new IllegalArgumentException("invalid numOfMatches " + numOfMatches);
322 mNumOfMatchesPerFilter = numOfMatches;

Completed in 23 milliseconds