diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-11-17 11:56:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-11-17 11:56:03 +0000 |
commit | fd199a4964966678258a56bf8120649e188276cf (patch) | |
tree | 9fb88c8b9c0f2e884963b9308cc79f39b0cab503 | |
parent | 13661807214acd0639ca47b06e30a95f334480a3 (diff) | |
parent | 865b3f7d4e1690f2bf7598d6211908c33509e72f (diff) | |
download | device_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.h | 3 |
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 |