From: TheScarastic Date: Fri, 11 May 2018 09:10:11 +0000 (+0530) Subject: s5neolte: Disable sco enhanced command X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6dfb7b14ebf2bf46c08f0f92284efaa64bf4df4f;p=GitHub%2FLineageOS%2Fandroid_device_samsung_s5neolte.git s5neolte: Disable sco enhanced command * Adjust flag after LineageOS/android_system_bt@540b42c Change-Id: Ia10b90316986f7aa30706c4d1e63fd051bee7c2b --- diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index dd560b6..3ab75cd 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -27,4 +27,6 @@ #define BTA_GATT_INCLUDED TRUE #define SMP_INCLUDED TRUE +#define BTM_SCO_ENHANCED_SYNC_ENABLED FALSE + #endif