Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05a419ae authored by Wei Wang's avatar Wei Wang Committed by Android (Google) Code Review
Browse files

Merge "Temp workaround to track max beacons." into mnc-dev

parents 7230bdf2 fc9f2d71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
         *