summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-rfcomm.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-03-15 15:02:00 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-03-15 15:02:00 +0000
commitfc357026e41c38108fd7aed60dba0fd53adf1544 (patch)
tree9d0d424b6a563242b5dec272b15074d79da08765 /hcid/dbus-rfcomm.c
parent7b8a634126a3aa79e08d9d35d207f55016f9bda9 (diff)
Connect rfcomm handler to adapter path
Diffstat (limited to 'hcid/dbus-rfcomm.c')
-rw-r--r--hcid/dbus-rfcomm.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/hcid/dbus-rfcomm.c b/hcid/dbus-rfcomm.c
index f3bf47c4..700649e6 100644
--- a/hcid/dbus-rfcomm.c
+++ b/hcid/dbus-rfcomm.c
@@ -27,3 +27,13 @@
#include <stdio.h>
#include <errno.h>
+
+#include <dbus/dbus.h>
+
+#include "dbus.h"
+
+DBusHandlerResult handle_rfcomm_method(DBusConnection *conn, DBusMessage *msg,
+ void *data)
+{
+ return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
+}