From d293da62fe68fef2e2c754f6c096d3df2e557016 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Mon, 4 Dec 2006 17:26:22 +0000 Subject: Reporting dbus-api "void" confuse meaning for message replies --- hcid/dbus-todo.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hcid/dbus-todo.txt b/hcid/dbus-todo.txt index 34f24704..b444ddd1 100644 --- a/hcid/dbus-todo.txt +++ b/hcid/dbus-todo.txt @@ -31,7 +31,15 @@ The manager path is a fallback path, but the service path can not include '/org/bluez' prefix. * Authorization path +Date: 2006/12/04 AuthorizeService and CancelAuthorizationProcess are not compliant with the dbus-api. Currently, only the messages sent to the manager path(base) "/org/bluez" are accepted. Adapter paths must be handled too. +* "void" in the D-Bus API has confuse meaning +Date: 2006/12/04 +For some methods, "void" means that a method return without arguments is required. +However, "void" is being used to indicate that no reply is required. eg: +org.bluez.PasskeyAgent.Cancel, org.bluez.AuthorizationAgent.Cancel, +org.bluez.AuthorizationAgent.Release + -- cgit