From e237ed44035c8245053b93e005aed4b95ba0a945 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 23 Oct 2017 21:22:04 +0200 Subject: [PATCH] s5neolte: set BTIF_HF_WBS_PREFERRED to FALSE Change-Id: I2696450de3a84b19d02a4fbaca37461a6141500b Signed-off-by: Corinna Vinschen --- bluetooth/bdroid_buildcfg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 445c955..d1db021 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -21,9 +21,8 @@ #define BTM_DEF_LOCAL_NAME "Samsung Galaxy S5 NEO" #define BTM_WBS_INCLUDED TRUE /* Enable WBS */ -#define BTIF_HF_WBS_PREFERRED TRUE /* Use WBS */ +#define BTIF_HF_WBS_PREFERRED FALSE /* Don't prefer WBS */ -#define BLE_INCLUDED TRUE #define BLE_VND_INCLUDED TRUE #define BTM_SCO_ENHANCED_SYNC_ENABLED FALSE -- 2.20.1