summaryrefslogtreecommitdiffstats
path: root/bluetooth-api.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-05-15 12:59:55 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-05-15 19:51:02 -0700
commit50092f916c339e4e2b3b133abd00560b8ace8283 (patch)
tree25ab52ec7c2726deaa6dc386e9df29ec960c2a19 /bluetooth-api.h
parenteee2eb78bd8c1f9d3daeef1ef496dbb6484b5124 (diff)
binding: bluetooth: add support for avrcp metadata reporting
Add binding support for reporting avrcp metadata, and status events. Bug-AGL: SPEC-596 Change-Id: I33a1045db5aa421a01e28c7bda254085b107e4f1 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'bluetooth-api.h')
-rw-r--r--bluetooth-api.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bluetooth-api.h b/bluetooth-api.h
index 07e1875..93629d9 100644
--- a/bluetooth-api.h
+++ b/bluetooth-api.h
@@ -33,6 +33,11 @@
#define BD_HFPCONNECTED LEFT_SHIFT(9)
#define BD_LEGACYPAIRING LEFT_SHIFT(10)
#define BD_RSSI LEFT_SHIFT(11)
+#define BD_AVRCP_TITLE LEFT_SHIFT(12)
+#define BD_AVRCP_ARTIST LEFT_SHIFT(13)
+#define BD_AVRCP_STATUS LEFT_SHIFT(14)
+#define BD_AVRCP_DURATION LEFT_SHIFT(15)
+#define BD_AVRCP_POSITION LEFT_SHIFT(16)
/* -------------- PLUGIN DEFINITIONS ----------------- */