From 2ae3e16b493bde555755334549af8b7b8cd6d168 Mon Sep 17 00:00:00 2001 From: Vachounet Date: Wed, 4 Oct 2017 10:57:35 +0200 Subject: [PATCH] sanders: bluetooth: force disable sco enhanced sync commands Change-Id: I882870cd9f6ac288e90def217bf5ce46f3a5cbb1 --- bluetooth/bdroid_buildcfg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index e8ca928..a6b2d1d 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -28,4 +28,5 @@ #define BT_CLEAN_TURN_ON_DISABLED TRUE #define BTM_WBS_INCLUDED TRUE #define BTIF_HF_WBS_PREFERRED TRUE +#define BTM_SCO_ENHANCED_SYNC_DISABLED TRUE #endif