From 6582950b2922395cb03283da645f2c0b26b98a05 Mon Sep 17 00:00:00 2001 From: Danny Wood Date: Fri, 9 Nov 2018 09:52:02 +0000 Subject: [PATCH] j7elte: bluetooth: Disable eSCO commands to fix bluetooth calling Change-Id: Ie39b3fb28e597dd9cd689c5ef2524a4eac748f74 --- bluetooth/bdroid_buildcfg.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 1598bf4..13398f0 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -25,4 +25,7 @@ #define BLE_VND_INCLUDED TRUE +/* Disable the eSCO commands */ +#define BTM_SCO_ENHANCED_SYNC_ENABLED FALSE + #endif -- 2.20.1