summaryrefslogtreecommitdiffstats
path: root/include/hardware/bluetooth.h
diff options
context:
space:
mode:
authorHemant Gupta <hemantg@codeaurora.org>2014-04-18 12:25:24 +0530
committerMike Lockwood <lockwood@google.com>2014-07-01 10:36:44 -0700
commit053cccfe14ed78dde8ee30f4fe79864c4f0c8137 (patch)
tree0e75d24abbcfb4d03765ea8896e122a2cee911d5 /include/hardware/bluetooth.h
parent549e6be33d9e87408260b53d8bdc1019ac92101f (diff)
downloadhardware_libhardware-053cccfe14ed78dde8ee30f4fe79864c4f0c8137.zip
hardware_libhardware-053cccfe14ed78dde8ee30f4fe79864c4f0c8137.tar.gz
hardware_libhardware-053cccfe14ed78dde8ee30f4fe79864c4f0c8137.tar.bz2
Bluetooth: Support MAP Client role on Bluedroid.
Implementation of MAP Client (MCE) role on Bluedroid stack. Include MAP Client Interface ID. Change-Id: Icdf11b7f09a161e35aa3aa68b9b5fa315e18fd65
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 a074f4f..4d38ff7 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -45,6 +45,7 @@ __BEGIN_DECLS
#define BT_PROFILE_SOCKETS_ID "socket"
#define BT_PROFILE_HIDHOST_ID "hidhost"
#define BT_PROFILE_PAN_ID "pan"
+#define BT_PROFILE_MAP_CLIENT_ID "map_client"
#define BT_PROFILE_GATT_ID "gatt"
#define BT_PROFILE_AV_RC_ID "avrcp"