From 579fa2a950f21f3e5808a2d060afebbf5e8f0732 Mon Sep 17 00:00:00 2001 From: Prerepa Viswanadham Date: Tue, 26 May 2015 17:25:38 -0700 Subject: [PATCH] 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: I8404ebe2f9562d555a2131ae30dd63b74bb362a4 --- stack/include/btm_ble_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/include/btm_ble_api.h b/stack/include/btm_ble_api.h index 1e9ad417d..84d26e3e3 100644 --- a/stack/include/btm_ble_api.h +++ b/stack/include/btm_ble_api.h @@ -127,7 +127,7 @@ typedef UINT8 tBTM_BLE_SFP; #define BTM_BLE_SCAN_WIN_MAX 0x4000 #define BTM_BLE_EXT_SCAN_INT_MAX 0x00FFFFFF #define BTM_BLE_EXT_SCAN_WIN_MAX 0xFFFF -#define BTM_BLE_CONN_INT_MIN 0x0006 +#define BTM_BLE_CONN_INT_MIN 0x0009 #define BTM_BLE_CONN_INT_MAX 0x0C80 #define BTM_BLE_CONN_LATENCY_MAX 500 #define BTM_BLE_CONN_SUP_TOUT_MIN 0x000A -- 2.11.0