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