summaryrefslogtreecommitdiffstats
path: root/bluetooth-manager.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-06-01 15:37:25 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-06-01 16:24:33 -0700
commit8ee62398d467a4031a4307199687812f5105e500 (patch)
treef512d9106e22a4dab9c3d6932384d421e22069c3 /bluetooth-manager.h
parente0d6d332bdb69e4635abfbe00e340211eb8c967a (diff)
binding: bluetooth: allow connection to select uuid profiles
Currenly the bluetooth binding connects to all available bluetooth profiles. This change allows you select an singular profile. Change-Id: Iccb016f132e0690699eefddee637ad91ea69e69c Bug-AGL: SPEC-638 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'bluetooth-manager.h')
-rw-r--r--bluetooth-manager.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/bluetooth-manager.h b/bluetooth-manager.h
index 287a0a2..e05fcb1 100644
--- a/bluetooth-manager.h
+++ b/bluetooth-manager.h
@@ -183,10 +183,8 @@ int adapter_stop_discovery();
int adapter_remove_device(const gchar *addr);
int device_pair(const gchar * addr);
int device_cancelPairing(const gchar * bdaddr);
-int device_connect(const gchar *addr);
-//int device_connectProfile();
-int device_disconnect(const gchar *addr);
-//int device_disconnectProfile();
+int device_connect(const gchar *addr, const gchar *uuid);
+int device_disconnect(const gchar *addr, const gchar *uuid);
int device_set_property(const gchar * bdaddr, const gchar *property, const gchar *value);
int device_call_avrcp_method(const gchar* device, const gchar* method);