am 05a419ae: Merge "Temp workaround to track max beacons." into mnc-dev

* commit '05a419aed54da30999a3831d8da6e2e72f85bd40':
  Temp workaround to track max beacons.
This commit is contained in:
Wei Wang
2015-04-30 07:13:18 +00:00
committed by Android Git Automerger

View File

@@ -236,7 +236,7 @@ public final class ScanSettings implements Parcelable {
private int mScanResultType = SCAN_RESULT_TYPE_FULL;
private long mReportDelayMillis = 0;
private int mMatchMode = MATCH_MODE_AGGRESSIVE;
private int mNumOfMatchesPerFilter = MATCH_NUM_ONE_ADVERTISEMENT;
private int mNumOfMatchesPerFilter = MATCH_NUM_MAX_ADVERTISEMENT;
/**
* Set scan mode for Bluetooth LE scan.
*