projects
/
GitHub
/
LineageOS
/
android_device_samsung_a7xelte.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
616c2fd
)
a7xelte: 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
Sourajit Karmakar
<sourajit.karmakar@gmail.com>
Tue, 7 Jul 2020 14:58:53 +0000
(10:58 -0400)
Change-Id: I2b7b9e814b09404c29c888bf6d2e6d68a0a1d6bd
bluetooth/bdroid_buildcfg.h
patch
|
blob
|
blame
|
history
diff --git
a/bluetooth/bdroid_buildcfg.h
b/bluetooth/bdroid_buildcfg.h
index f4ef6e881894c1f7304a2db044df41f946ca20da..edafac4d5782ce2cdb242f1c0bb26e4073bab614 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