summaryrefslogtreecommitdiffstats
path: root/include/hardware/bluetooth.h
diff options
context:
space:
mode:
authorHemant Gupta <hemantg@codeaurora.org>2013-11-11 11:53:48 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:30:35 -0600
commite338c36d45a7a97a1e62cd53776eca7c90b38f82 (patch)
tree31c8275ca7d65beb5443daa2583a89eb3764e5ad /include/hardware/bluetooth.h
parent235998e4e41fbe50cef435812c7eaca6c3989488 (diff)
downloadhardware_libhardware-e338c36d45a7a97a1e62cd53776eca7c90b38f82.zip
hardware_libhardware-e338c36d45a7a97a1e62cd53776eca7c90b38f82.tar.gz
hardware_libhardware-e338c36d45a7a97a1e62cd53776eca7c90b38f82.tar.bz2
Bluetooth: Add support for HID Device Role (1/4)
This patch adds support for HID Device Role in HAL so that jni layer can communicate with Bluedroid Stack when calling HID Device API's and callbacks. Change-Id: I591f477ee58924a9003d6e733dcbbc4e8a7d3202 CRs-Fixed: 573086
Diffstat (limited to 'include/hardware/bluetooth.h')
-rw-r--r--include/hardware/bluetooth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index 3427213..138f4f8 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -44,6 +44,7 @@ __BEGIN_DECLS
#define BT_PROFILE_HEALTH_ID "health"
#define BT_PROFILE_SOCKETS_ID "socket"
#define BT_PROFILE_HIDHOST_ID "hidhost"
+#define BT_PROFILE_HIDDEV_ID "hiddev"
#define BT_PROFILE_PAN_ID "pan"
#define BT_PROFILE_MAP_CLIENT_ID "map_client"
#define BT_PROFILE_SDP_CLIENT_ID "sdp"