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

Commit 4bc7c7e8 authored by Prerepa Viswanadham's avatar Prerepa Viswanadham
Browse files

Increase the min LE connection interval to 11.25ms

To reduce audio choppiness, increase the min LE connection interval
to 11.25ms from 7.5ms

Bug: 18776956
Change-Id: I4722a85f0d3204ec741f6a88142907a29bffe0bf
parent ad34e698
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: