[DO NOT MERGE] Fix a bug in ScanSettings constructor.

Change-Id: I36e6effe8063bacddd61fe2c47c0360d7ffaee71
This commit is contained in:
Wei Wang
2015-05-01 00:50:32 -07:00
committed by Tom Turney
parent 2ac9f1e1fb
commit 9225cc4f2e

View File

@@ -178,7 +178,7 @@ public final class ScanSettings implements Parcelable {
mScanResultType = scanResultType;
mReportDelayMillis = reportDelayMillis;
mNumOfMatchesPerFilter = numOfMatchesPerFilter;
mMatchMode = numOfMatchesPerFilter;
mMatchMode = matchMode;
}
private ScanSettings(Parcel in) {