summaryrefslogtreecommitdiffstats
path: root/bluetooth
diff options
context:
space:
mode:
authormyko <myko.hkg@gmail.com>2013-11-11 12:20:23 +0530
committertilaksidduram <tilaksidduram@gmail.com>2013-11-16 14:13:12 +0530
commit338cedd2c3076d28d1d3135212b3ca148bbb36f1 (patch)
tree8a56e9454651e087aca8e187ab39bcda0518c045 /bluetooth
parent30d5ce56c881b4cdd4f118cbee44429fc8c37b0d (diff)
downloaddevice_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.h4
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