summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-06-06 18:02:21 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-06-06 18:02:21 +0000
commit253d30d4f95eb6d896531a5bfb570e7d1bb1ca0c (patch)
tree4900aa3508b1c7513784186ac374bcc8ec01f489 /hcid/dbus.h
parenta2e87ebea964817c620cef7cb0c70cdd0982232c (diff)
Add simple introspection support
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index 9539b922..cff5b7ee 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -170,6 +170,8 @@ DBusHandlerResult handle_rfcomm_method(DBusConnection *conn, DBusMessage *msg, v
DBusHandlerResult handle_sdp_method(DBusConnection *conn, DBusMessage *msg, void *data);
+DBusHandlerResult simple_introspect(DBusConnection *conn, DBusMessage *msg, void *data);
+
service_handler_func_t find_service_handler(struct service_data *services, DBusMessage *msg);
int handle_passkey_request(DBusConnection *conn, int dev, const char *path, bdaddr_t *sba, bdaddr_t *dba);