From 4bc298b35e16eee2f387017c9f5f9bf87430e397 Mon Sep 17 00:00:00 2001 From: ggow Date: Wed, 20 Apr 2016 10:21:45 +0100 Subject: [PATCH] Update bluetooth config to include Bluetooth LE --- bluetooth/bdroid_buildcfg.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 7280278..0055bb8 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -19,6 +19,9 @@ #define BTM_DEF_LOCAL_NAME "Amazon Fire" #define BTA_AV_MAX_A2DP_MTU 1788 +#define BLE_INCLUDED TRUE +#define BTA_GATT_INCLUDED TRUE +#define SMP_INCLUDED TRUE #endif