From e58f938365577f22e7d9a2a319f3355d89243a43 Mon Sep 17 00:00:00 2001 From: Danny Wood Date: Fri, 9 Nov 2018 09:52:02 +0000 Subject: [PATCH] a5xelte: bluetooth: Disable eSCO commands to fix bluetooth calling Change-Id: I2b7b9e814b09404c29c888bf6d2e6d68a0a1d6bd --- bluetooth/bdroid_buildcfg.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index f4ef6e8..edafac4 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