projects
/
GitHub
/
LineageOS
/
android_device_samsung_j7elte.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e12f61
)
j7elte: 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
Dario Trombello
<dariotr@outlook.de>
Sun, 24 May 2020 19:06:36 +0000
(21:06 +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 1598bf40108fb03e503299d20f6e130e037ddd1f..13398f04b6e66b848dca656d52ffc22d37d10741 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