From 6033ee0c9966238f3732e945841d85ddb5162cc2 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 3 Jan 2007 12:14:01 +0000 Subject: Add disconnection delay and RemoteDeviceDisconnectRequested signal for the DisconnectRemoteDevice method --- 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 8a87cff5..83b72ad7 100644 --- a/hcid/dbus-error.c +++ b/hcid/dbus-error.c @@ -278,6 +278,11 @@ DBusHandlerResult error_trusted_device_does_not_exists(DBusConnection *conn, DBu return error_does_not_exist(conn, msg, "Trusted device does not exist"); } +DBusHandlerResult error_disconnect_in_progress(DBusConnection *conn, DBusMessage *msg) +{ + return error_in_progress(conn, msg, "Disconnection in progress"); +} + static const char *strsdperror(int err) { -- cgit