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

Commit 255de191 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Gerrit Code Review
Browse files

Merge "Lower the BLE connection supervision timeout to 5s."

parents 87bd082e 673c5903
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2457,7 +2457,7 @@ public class GattService extends ProfileService {
        int latency;

        // Link supervision timeout is measured in N * 10ms
        int timeout = 2000; // 20s
        int timeout = 500; // 5s

        switch (connectionPriority) {
            case BluetoothGatt.CONNECTION_PRIORITY_HIGH: