summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorHemant Gupta <hemantg@codeaurora.org>2013-11-11 11:59:09 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:26:12 -0600
commit0583c5079001f458bd8d52de8055a394b5b9ea25 (patch)
treee0ea3cb85bae4257e6079fdd25a23ed6d80d3eac /Android.mk
parent642e963bd74e8ff90c49461a6050847ed8675a88 (diff)
downloadframeworks_base-0583c5079001f458bd8d52de8055a394b5b9ea25.zip
frameworks_base-0583c5079001f458bd8d52de8055a394b5b9ea25.tar.gz
frameworks_base-0583c5079001f458bd8d52de8055a394b5b9ea25.tar.bz2
Bluetooth: Add support for HID Device Role (3/4)
This patch adds the HID Device Role support in Bluetooth framework. Also AIDL and callback related files for HID Device role are added to provide interface for third party applications to communicate with HID device Service. Change-Id: Id03a362b7bcfa2e76056fa0197eaac12ce49b5a2 CRs-Fixed: 573086
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 18d9c69..a0a0632 100644
--- a/Android.mk
+++ b/Android.mk
@@ -116,6 +116,8 @@ LOCAL_SRC_FILES += \
core/java/android/bluetooth/IBluetoothSap.aidl \
core/java/android/bluetooth/IBluetoothStateChangeCallback.aidl \
core/java/android/bluetooth/IBluetoothHeadsetClient.aidl \
+ core/java/android/bluetooth/IBluetoothHidDevice.aidl \
+ core/java/android/bluetooth/IBluetoothHidDeviceCallback.aidl \
core/java/android/bluetooth/IBluetoothGatt.aidl \
core/java/android/bluetooth/IBluetoothGattCallback.aidl \
core/java/android/bluetooth/IBluetoothGattServerCallback.aidl \