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

Commit 295d6bdb authored by Tom Turney's avatar Tom Turney Committed by Android Partner Code Review
Browse files

Merge "[DO NOT MERGE] Temp workaround to track max beacons." into m-wireless-dev

parents 39465f9d 5dc486c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,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.
         *