a5xelte: 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:25:15 +0000 (16:25 +0200)
Change-Id: I2b7b9e814b09404c29c888bf6d2e6d68a0a1d6bd

bluetooth/bdroid_buildcfg.h

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