j7elte: bluetooth: Disable eSCO commands to fix bluetooth calling
authorDanny Wood <danwood76@gmail.com>
Fri, 9 Nov 2018 09:52:02 +0000 (09:52 +0000)
committerDario Trombello <dariotr@outlook.de>
Sun, 24 May 2020 19:06:36 +0000 (21:06 +0200)
Change-Id: Ie39b3fb28e597dd9cd689c5ef2524a4eac748f74

bluetooth/bdroid_buildcfg.h

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