summaryrefslogtreecommitdiffstats
path: root/bluetooth/bdroid_buildcfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'bluetooth/bdroid_buildcfg.h')
-rw-r--r--bluetooth/bdroid_buildcfg.h6
1 files changed, 3 insertions, 3 deletions
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