summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-09-28 15:43:03 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-09-28 15:43:03 +0000
commit2c3835de25734e4171c1270942b23903b527e961 (patch)
treebe8ccbb2a4778e5499a3b2284a605d637152fdad /hcid/dbus.h
parent15d6d1fe6555ae87c440a8d1b8f0993e548564f3 (diff)
Add basic framework for the test interface
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index 05edc48b..660a0b56 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -42,6 +42,8 @@
#define SECURITY_INTERFACE BASE_INTERFACE ".Security"
+#define TEST_INTERFACE BASE_INTERFACE ".Test"
+
#define RFCOMM_INTERFACE BASE_INTERFACE ".RFCOMM"
#define SDP_INTERFACE BASE_INTERFACE ".SDP"
@@ -200,6 +202,8 @@ int name_listener_add(DBusConnection *connection, const char *name,
int name_listener_remove(DBusConnection *connection, const char *name,
name_cb_t func, void *user_data);
+DBusHandlerResult handle_test_method(DBusConnection *conn, DBusMessage *msg, void *data);
+
DBusHandlerResult handle_security_method(DBusConnection *conn, DBusMessage *msg, void *data);
DBusHandlerResult handle_rfcomm_method(DBusConnection *conn, DBusMessage *msg, void *data);