diff options
| author | André Pinela <sheffzor@gmail.com> | 2016-09-07 20:11:40 +0100 |
|---|---|---|
| committer | André Pinela <sheffzor@gmail.com> | 2016-09-08 03:26:57 +0100 |
| commit | 2d36b633e182a308f2f7c22aee118a87907d6695 (patch) | |
| tree | 3622af657ed6ad022807f1d90510a0077f837829 | |
| parent | a089340017ea5dd7ba5b80dc7349d06dba4ce875 (diff) | |
bluetooth: enable ble
Change-Id: I1e6d6b292f082a32f3f4cc430afc9d8021f8dad3
| -rw-r--r-- | bluetooth/bdroid_buildcfg.h | 4 | ||||
| -rw-r--r-- | device-common.mk | 1 |
2 files changed, 5 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 diff --git a/device-common.mk b/device-common.mk index 3d84670..d55a7b7 100644 --- a/device-common.mk +++ b/device-common.mk @@ -30,6 +30,7 @@ PRODUCT_COPY_FILES += \ # These are the hardware-specific features PRODUCT_COPY_FILES += \ frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \ + frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \ frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ |
