From 0583c5079001f458bd8d52de8055a394b5b9ea25 Mon Sep 17 00:00:00 2001 From: Hemant Gupta Date: Mon, 11 Nov 2013 11:59:09 +0530 Subject: 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 --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Android.mk') 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 \ -- cgit v1.1