summaryrefslogtreecommitdiff
path: root/bluetooth
diff options
context:
space:
mode:
authorAndré Pinela <sheffzor@gmail.com>2016-09-07 20:11:40 +0100
committerAndré Pinela <sheffzor@gmail.com>2016-09-08 03:26:57 +0100
commit2d36b633e182a308f2f7c22aee118a87907d6695 (patch)
tree3622af657ed6ad022807f1d90510a0077f837829 /bluetooth
parenta089340017ea5dd7ba5b80dc7349d06dba4ce875 (diff)
bluetooth: enable ble
Change-Id: I1e6d6b292f082a32f3f4cc430afc9d8021f8dad3
Diffstat (limited to 'bluetooth')
-rw-r--r--bluetooth/bdroid_buildcfg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
index f16d7f5..7d88409 100644
--- a/bluetooth/bdroid_buildcfg.h
+++ b/bluetooth/bdroid_buildcfg.h
@@ -28,4 +28,8 @@
#define BTIF_HF_SERVICE_NAMES { BTIF_HSAG_SERVICE_NAME, NULL }
#define PAN_NAP_DISABLED TRUE
+#define BLE_INCLUDED TRUE
+#define BTA_GATT_INCLUDED TRUE
+#define SMP_INCLUDED TRUE
+
#endif