From 585bc7db19e7d4aac3f22607df3f7a1b20fbe506 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 15 Mar 2006 22:01:31 +0000 Subject: First round of RFCOMM D-Bus API implementation --- hcid/dbus-error.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hcid/dbus-error.c') diff --git a/hcid/dbus-error.c b/hcid/dbus-error.c index 412468a1..28cc9328 100644 --- a/hcid/dbus-error.c +++ b/hcid/dbus-error.c @@ -156,3 +156,8 @@ DBusHandlerResult error_passkey_agent_does_not_exist(DBusConnection *conn, DBusM { return error_does_not_exist(conn, msg, "Passkey agent does not exist"); } + +DBusHandlerResult error_binding_does_not_exist(DBusConnection *conn, DBusMessage *msg) +{ + return error_does_not_exist(conn, msg, "Binding does not exist"); +} -- cgit