summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2006-09-29 21:24:18 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2006-09-29 21:24:18 +0000
commita92ba8bfd77ffa09d2cd0809f801eff0984a11d8 (patch)
tree464cedf8e7c1eb06c849faf96b7e1e22550829de /hcid/dbus.h
parent940db9109c5bd40fb754d5804f6b5e61ed8cd8b0 (diff)
support uuid128 and '0x' for service search match
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index 660a0b56..b32fec9f 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -215,6 +215,7 @@ DBusHandlerResult get_remote_svc_rec(DBusConnection *conn, DBusMessage *msg, voi
DBusHandlerResult simple_introspect(DBusConnection *conn, DBusMessage *msg, void *data);
service_handler_func_t find_service_handler(struct service_data *services, DBusMessage *msg);
+int str2uuid(uuid_t *uuid, const char *string);
void create_bond_req_exit(const char *name, struct hci_dbus_data *pdata);
void discover_devices_req_exit(const char *name, struct hci_dbus_data *pdata);