summaryrefslogtreecommitdiff
path: root/android/hardware
diff options
context:
space:
mode:
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>2014-10-03 16:04:02 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-10-08 14:45:20 +0200
commitca9366619bfefcadba6235f5637da9d8b8329889 (patch)
treed9c37ce503b7fd9e0070f4764feae79ed90ecfb2 /android/hardware
parent7281f6a133ca6837ff1305116eb12d01e5b11f17 (diff)
downloadbluez-ca9366619bfefcadba6235f5637da9d8b8329889.tar.gz
android/hal-map-client: Add skeleton for MAP client HAL
This adds skeleton with stubs and proper build system entries.
Diffstat (limited to 'android/hardware')
-rw-r--r--android/hardware/bluetooth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/hardware/bluetooth.h b/android/hardware/bluetooth.h
index 0d3283bf5..b957c6f14 100644
--- a/android/hardware/bluetooth.h
+++ b/android/hardware/bluetooth.h
@@ -43,6 +43,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"