summaryrefslogtreecommitdiffstats
path: root/bluetooth-manager.h
diff options
context:
space:
mode:
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) ;