From 19c7104fc782a5ac958473b22c62e4efdfba4a75 Mon Sep 17 00:00:00 2001 From: Vachounet Date: Wed, 4 Oct 2017 10:56:45 +0200 Subject: [PATCH] sanders: bluetooth: enable WBS Change-Id: I638bebe4cced59a30990b2e0f0250d1e7b6cddf1 --- bluetooth/bdroid_buildcfg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index bb10e21..e8ca928 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -26,4 +26,6 @@ #define MAX_L2CAP_CHANNELS 16 #define BLE_VND_INCLUDED TRUE #define BT_CLEAN_TURN_ON_DISABLED TRUE +#define BTM_WBS_INCLUDED TRUE +#define BTIF_HF_WBS_PREFERRED TRUE #endif