diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-05-17 13:55:56 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-05-18 23:56:53 -0700 |
commit | 2c43f450ffff7ed1beca03bf9d024a883f857d58 (patch) | |
tree | f4c5e6a35e931cdc6e1eac2c3ce5f210508457a2 /binding-bluetooth/bluetooth-manager.h | |
parent | 1010598ea02c995e6332cc6164c159809a11c80d (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 'binding-bluetooth/bluetooth-manager.h')
-rw-r--r-- | binding-bluetooth/bluetooth-manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binding-bluetooth/bluetooth-manager.h b/binding-bluetooth/bluetooth-manager.h index 4a86533..9b7eee0 100644 --- a/binding-bluetooth/bluetooth-manager.h +++ b/binding-bluetooth/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) ; |