diff options
author | mcampbellsmith <mcampbellsmith@gmail.com> | 2013-11-13 22:15:04 +1100 |
---|---|---|
committer | mcampbellsmith <mcampbellsmith@gmail.com> | 2013-11-13 22:15:04 +1100 |
commit | 865b3f7d4e1690f2bf7598d6211908c33509e72f (patch) | |
tree | 064d1c4b2a5b1342c3e31640b7e645806384de55 /bluetooth | |
parent | 6a96daf8de4eda23ebea076f50b0744cb48c4909 (diff) | |
download | device_samsung_i9305-865b3f7d4e1690f2bf7598d6211908c33509e72f.zip device_samsung_i9305-865b3f7d4e1690f2bf7598d6211908c33509e72f.tar.gz device_samsung_i9305-865b3f7d4e1690f2bf7598d6211908c33509e72f.tar.bz2 |
i9305: BLE flags
Change-Id: I680bc75bbfebd265a16f25cdea601f8de227d52c
Diffstat (limited to 'bluetooth')
-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 |