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

Commit 05f77a3f authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge "Lower the BLE connection supervision timeout to 5s." am: 255de191 am: 41c9db6d

am: 11d7a268

Change-Id: I7c2838d91e39b453002e5ce59346c0b59212d818
parents 00b42f8b 11d7a268
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: