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