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

Commit 1a8a60cf authored by Prerepa Viswanadham's avatar Prerepa Viswanadham Committed by Android (Google) Code Review
Browse files

Merge "Increase the min LE connection interval to 11.25ms" into mnc-dev

parents b5e14376 4bc7c7e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1645,8 +1645,8 @@ public class GattService extends ProfileService {
        switch (connectionPriority)
        {
            case BluetoothGatt.CONNECTION_PRIORITY_HIGH:
                minInterval = 6; // 7.5ms
                maxInterval = 8; // 10ms
                minInterval = 9; // 11.25ms
                maxInterval = 12; // 15ms
                break;

            case BluetoothGatt.CONNECTION_PRIORITY_LOW_POWER: