From b3ba0461a558c5725f2d2f13bbbf90533d1d4eed Mon Sep 17 00:00:00 2001 From: Vachounet Date: Mon, 4 Sep 2017 13:25:14 +0200 Subject: [PATCH] potter: update bluetooth config Change-Id: Idcadc9aad0ff07ef8fd68bb7de40573f159d5610 --- bluetooth/bdroid_buildcfg.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 05aba62..3d3a4a8 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -21,7 +21,9 @@ #include #define BTM_DEF_LOCAL_NAME "Moto G5 Plus" -#define BTA_DISABLE_DELAY 1000 /* in milliseconds */ #define BLUETOOTH_QTI_SW TRUE -#define BLE_VND_INCLUDED TRUE +#define MAX_ACL_CONNECTIONS 16 +#define MAX_L2CAP_CHANNELS 16 +#define BLE_VND_INCLUDED TRUE +#define BT_CLEAN_TURN_ON_DISABLED TRUE #endif