a3xelte: bluetooth: Disable eSCO commands to fix bluetooth calling
authorDanny Wood <danwood76@gmail.com>
Fri, 9 Nov 2018 09:52:02 +0000 (09:52 +0000)
committerJan Altensen <info@stricted.net>
Mon, 12 Aug 2019 14:28:36 +0000 (16:28 +0200)
Change-Id: Ie39b3fb28e597dd9cd689c5ef2524a4eac748f74

bluetooth/bdroid_buildcfg.h

index b62978c500f33f0fa05b63d9c0e22061187d9578..c4b591c3d9a29fa04eab7492f7b0de377524e771 100644 (file)
@@ -25,4 +25,7 @@
 
 #define BLE_VND_INCLUDED        TRUE
 
+/* Disable the eSCO commands */
+#define BTM_SCO_ENHANCED_SYNC_ENABLED FALSE
+
 #endif