From fc357026e41c38108fd7aed60dba0fd53adf1544 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 15 Mar 2006 15:02:00 +0000 Subject: Connect rfcomm handler to adapter path --- hcid/dbus-rfcomm.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'hcid/dbus-rfcomm.c') 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 #include + +#include + +#include "dbus.h" + +DBusHandlerResult handle_rfcomm_method(DBusConnection *conn, DBusMessage *msg, + void *data) +{ + return DBUS_HANDLER_RESULT_NOT_YET_HANDLED; +} -- cgit