diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-03 12:14:01 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-03 12:14:01 +0000 |
commit | 6033ee0c9966238f3732e945841d85ddb5162cc2 (patch) | |
tree | 76d609cb63074d1038187bb29833105493a4517e /hcid/dbus-error.c | |
parent | d21f13975ab07dcf9ec8b51fd764d1c5a9b76f92 (diff) |
Add disconnection delay and RemoteDeviceDisconnectRequested signal for the DisconnectRemoteDevice method
Diffstat (limited to 'hcid/dbus-error.c')
-rw-r--r-- | hcid/dbus-error.c | 5 |
1 files changed, 5 insertions, 0 deletions
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) { |