From 5d5fed712239c2e15360c814b34da830797dfcd2 Mon Sep 17 00:00:00 2001 From: Helvio Pedreschi Date: Tue, 30 Jul 2013 17:35:55 -0300 Subject: Enable Bluetooth 4.0 (BLE) for tuna-based devices - Needed to: http://review.cyanogenmod.org/46543 http://review.cyanogenmod.org/46989 Change-Id: If299d291a401ddeff17b6d0db5b2df1059ea3a18 --- bluetooth/bdroid_buildcfg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bluetooth') diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 9e6899c..da15347 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -18,8 +18,8 @@ #define _BDROID_BUILDCFG_H #define BTM_DEF_LOCAL_NAME "Galaxy Nexus" -#define BLE_INCLUDED FALSE -#define BTA_GATT_INCLUDED FALSE -#define SMP_INCLUDED FALSE +#define BLE_INCLUDED TRUE +#define BTA_GATT_INCLUDED TRUE +#define SMP_INCLUDED TRUE #endif -- cgit v1.1