diff options
author | myko <myko.hkg@gmail.com> | 2013-11-11 12:20:23 +0530 |
---|---|---|
committer | tilaksidduram <tilaksidduram@gmail.com> | 2013-11-16 14:13:12 +0530 |
commit | 338cedd2c3076d28d1d3135212b3ca148bbb36f1 (patch) | |
tree | 8a56e9454651e087aca8e187ab39bcda0518c045 /bluetooth | |
parent | 30d5ce56c881b4cdd4f118cbee44429fc8c37b0d (diff) | |
download | device_samsung_n7100-338cedd2c3076d28d1d3135212b3ca148bbb36f1.zip device_samsung_n7100-338cedd2c3076d28d1d3135212b3ca148bbb36f1.tar.gz device_samsung_n7100-338cedd2c3076d28d1d3135212b3ca148bbb36f1.tar.bz2 |
N7100: Enable Bluetooth Low Energy
Change-Id: I8272187a8bfafbe0185be40c65fa166f711d4f1f
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/bdroid_buildcfg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index cdf37f3..93c924c 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -19,5 +19,7 @@ #define _BDROID_BUILDCFG_H #define BTM_DEF_LOCAL_NAME "GT-N7100" - +#define BLE_INCLUDED TRUE +#define BTA_GATT_INCLUDED TRUE +#define SMP_INCLUDED TRUE #endif |