From c9c9344b87a30755692b0cf89188e9f234a6d6eb Mon Sep 17 00:00:00 2001 From: Darshan Manjrekar Date: Thu, 29 Jun 2017 20:48:33 +0200 Subject: [PATCH] land: Update bdroid_buildcfg from mido Revision: d34ffacaf28030179ccdef8650050a1c01d98f48 Signed-off-by: Darshan Manjrekar --- bluetooth/bdroid_buildcfg.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index fd4ccba..8979297 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -18,8 +18,15 @@ #ifndef _BDROID_BUILDCFG_H #define _BDROID_BUILDCFG_H -#define BTM_DEF_LOCAL_NAME "Redmi" - +#define BTM_DEF_LOCAL_NAME "Redmi 3S" +#define BTA_SKIP_BLE_READ_REMOTE_FEAT FALSE +#define MAX_ACL_CONNECTIONS 7 +#define MAX_L2CAP_CHANNELS 16 #define BLE_VND_INCLUDED TRUE +#define BTA_BLE_SKIP_CONN_UPD FALSE +#define BLE_PERIPHERAL_ADV_NAME FALSE #define BT_CLEAN_TURN_ON_DISABLED 1 +#define BTA_DISABLE_DELAY 1000 +#define BTM_WBS_INCLUDED TRUE +#define BTIF_HF_WBS_PREFERRED TRUE #endif