From 9c2f99f800a790a8709e7c075d642a8a0026930e Mon Sep 17 00:00:00 2001 From: TheScarastic Date: Fri, 11 May 2018 14:40:11 +0530 Subject: [PATCH] msm8937-common: disable sco enahnced command * Adjust flag after https://github.com/LineageOS/android_system_bt/commit/540b42ceaab148e32a5881b7cdf0c7872ed14b13 --- bluetooth/bdroid_buildcfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 2ce5386..cdafc75 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -26,7 +26,7 @@ #define BLE_PERIPHERAL_ADV_NAME FALSE #define BT_CLEAN_TURN_ON_DISABLED 1 #define BTA_DISABLE_DELAY 1000 -#define BTM_SCO_ENHANCED_SYNC_DISABLED TRUE +#define BTM_SCO_ENHANCED_SYNC_ENABLED FALSE #define BTM_WBS_INCLUDED TRUE #define BTIF_HF_WBS_PREFERRED TRUE #endif