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

Commit 23069485 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Revert LOW_POWER ble scan interval to 512/5120ms."

parents 92e6123e 6b849509
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -470,8 +470,8 @@ public class ScanManager {
        /**
        /**
         * Scan params corresponding to regular scan setting
         * Scan params corresponding to regular scan setting
         */
         */
        private static final int SCAN_MODE_LOW_POWER_WINDOW_MS = 1024;
        private static final int SCAN_MODE_LOW_POWER_WINDOW_MS = 512;
        private static final int SCAN_MODE_LOW_POWER_INTERVAL_MS = 10240;
        private static final int SCAN_MODE_LOW_POWER_INTERVAL_MS = 5120;
        private static final int SCAN_MODE_BALANCED_WINDOW_MS = 1024;
        private static final int SCAN_MODE_BALANCED_WINDOW_MS = 1024;
        private static final int SCAN_MODE_BALANCED_INTERVAL_MS = 4096;
        private static final int SCAN_MODE_BALANCED_INTERVAL_MS = 4096;
        private static final int SCAN_MODE_LOW_LATENCY_WINDOW_MS = 4096;
        private static final int SCAN_MODE_LOW_LATENCY_WINDOW_MS = 4096;