summaryrefslogtreecommitdiffstats
path: root/bluetooth-manager.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-05-17 13:55:56 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-05-18 23:56:53 -0700
commitd64ef459722a9da065c8045dfa92c222871f1f3f (patch)
treeb73f242baa3a8df2785a9bead2c9d69f57b1d270 /bluetooth-manager.h
parent50092f916c339e4e2b3b133abd00560b8ace8283 (diff)
binding: bluetooth: add initial avrcp controls
These avrcp controls only work at the application level for the settings application. The bluetooth binding at some point needs to be converted to system level binding. Change-Id: I5959c3939874b53c2b21115fb2a3e6a652ec0ffd Bug-AGL: SPEC-596 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'bluetooth-manager.h')
-rw-r--r--bluetooth-manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bluetooth-manager.h b/bluetooth-manager.h
index 4a86533..9b7eee0 100644
--- a/bluetooth-manager.h
+++ b/bluetooth-manager.h
@@ -185,6 +185,7 @@ int device_connect(const gchar *addr);
int device_disconnect(const gchar *addr);
//int device_disconnectProfile();
int device_set_property(const gchar * bdaddr, const gchar *property, const gchar *value);
+int device_call_avrcp_method(const gchar* device, const gchar* method);
int adapter_set_property(const gchar* property, gboolean value) ;