From fa6d44cab3bb0febdddd86b46733ab8c6eef94f9 Mon Sep 17 00:00:00 2001 From: coldhans Date: Sun, 6 May 2018 13:28:12 -0400 Subject: [PATCH] sanders: Fix bluetooth calling * Lineage inverted the logic Signed-off-by: Henrique Silva --- 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 a6b2d1d..110b5a7 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -28,5 +28,5 @@ #define BT_CLEAN_TURN_ON_DISABLED TRUE #define BTM_WBS_INCLUDED TRUE #define BTIF_HF_WBS_PREFERRED TRUE -#define BTM_SCO_ENHANCED_SYNC_DISABLED TRUE +#define BTM_SCO_ENHANCED_SYNC_ENABLED FALSE #endif