diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-03-15 22:01:31 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-03-15 22:01:31 +0000 |
commit | 585bc7db19e7d4aac3f22607df3f7a1b20fbe506 (patch) | |
tree | 0624d685f90bd81a5582c56071715ed9dfa1b1ee /hcid/dbus-error.c | |
parent | d6a16516a9f6deae8342f00e8186b02d0019a1e1 (diff) |
First round of RFCOMM D-Bus API implementation
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 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"); +} |