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

Commit e2d72a24 authored by Prerepa Viswanadham's avatar Prerepa Viswanadham Committed by Android Git Automerger
Browse files

am 1a8a60cf: Merge "Increase the min LE connection interval to 11.25ms" into mnc-dev

* commit '1a8a60cf':
  Increase the min LE connection interval to 11.25ms
parents bd6dec7c 1a8a60cf
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: