Merge "Increase the min LE connection interval to 11.25ms" into mnc-dev
diff --git a/src/com/android/bluetooth/gatt/GattService.java b/src/com/android/bluetooth/gatt/GattService.java
index f4d6f15..8391268 100644
--- a/src/com/android/bluetooth/gatt/GattService.java
+++ b/src/com/android/bluetooth/gatt/GattService.java
@@ -1645,8 +1645,8 @@
         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: