From b6e89a6aac02b9276934e410beb43402a0e8f4a6 Mon Sep 17 00:00:00 2001 From: Jocelyn Liu Date: Fri, 22 May 2015 20:07:00 -0400 Subject: [PATCH] Bug 1167070 - Overwrite BLE related flags to enable BLE functionalities in bluedroid for both bluetooth1 and bluetooth2. r=shuang --- dom/bluetooth/bluedroid/b2g_bdroid_buildcfg.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dom/bluetooth/bluedroid/b2g_bdroid_buildcfg.h b/dom/bluetooth/bluedroid/b2g_bdroid_buildcfg.h index c51b2f90bdd3..5bb186f2ebd0 100644 --- a/dom/bluetooth/bluedroid/b2g_bdroid_buildcfg.h +++ b/dom/bluetooth/bluedroid/b2g_bdroid_buildcfg.h @@ -41,4 +41,9 @@ /* SDP AVRCP 1.5 feature */ #define SDP_AVRCP_1_5 FALSE +/* BLE Feature */ +#define BTA_GATT_INCLUDED TRUE +#define BLE_INCLUDED TRUE +#define SMP_INCLUDED TRUE + #endif /* B2G_BDROID_BUILDCFG_H */