From: Danny Wood Date: Fri, 9 Nov 2018 09:52:02 +0000 (+0000) Subject: a3xelte: bluetooth: Disable eSCO commands to fix bluetooth calling X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=73ed28411ac67a8ba1ee8f87f8d6ff1cb65cbcc8;p=GitHub%2FLineageOS%2Fandroid_device_samsung_a3xelte.git a3xelte: bluetooth: Disable eSCO commands to fix bluetooth calling Change-Id: Ie39b3fb28e597dd9cd689c5ef2524a4eac748f74 --- diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index b62978c..c4b591c 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