projects
/
GitHub
/
LineageOS
/
android_device_samsung_a3xelte.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c180f4
)
a3xelte: bluetooth: Disable eSCO commands to fix bluetooth calling
author
Danny Wood
<danwood76@gmail.com>
Fri, 9 Nov 2018 09:52:02 +0000
(09:52 +0000)
committer
Jan Altensen
<info@stricted.net>
Mon, 12 Aug 2019 14:28:36 +0000
(16:28 +0200)
Change-Id: Ie39b3fb28e597dd9cd689c5ef2524a4eac748f74
bluetooth/bdroid_buildcfg.h
patch
|
blob
|
blame
|
history
diff --git
a/bluetooth/bdroid_buildcfg.h
b/bluetooth/bdroid_buildcfg.h
index b62978c500f33f0fa05b63d9c0e22061187d9578..c4b591c3d9a29fa04eab7492f7b0de377524e771 100644
(file)
--- 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