summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-11-17 11:56:03 +0000
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-11-17 11:56:03 +0000
commitfd199a4964966678258a56bf8120649e188276cf (patch)
tree9fb88c8b9c0f2e884963b9308cc79f39b0cab503
parent13661807214acd0639ca47b06e30a95f334480a3 (diff)
parent865b3f7d4e1690f2bf7598d6211908c33509e72f (diff)
downloaddevice_samsung_i9305-fd199a4964966678258a56bf8120649e188276cf.zip
device_samsung_i9305-fd199a4964966678258a56bf8120649e188276cf.tar.gz
device_samsung_i9305-fd199a4964966678258a56bf8120649e188276cf.tar.bz2
Merge "i9305: BLE flags" into cm-11.0
-rw-r--r--bluetooth/bdroid_buildcfg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
index 6aa5a1b..c5597df 100644
--- a/bluetooth/bdroid_buildcfg.h
+++ b/bluetooth/bdroid_buildcfg.h
@@ -19,5 +19,8 @@
#define _BDROID_BUILDCFG_H
#define BTM_DEF_LOCAL_NAME "Galaxy S III LTE"
+#define BLE_INCLUDED TRUE
+#define BTA_GATT_INCLUDED TRUE
+#define SMP_INCLUDED TRUE
#endif