summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus-todo.txt')
-rw-r--r--hcid/dbus-todo.txt8
1 files changed, 8 insertions, 0 deletions
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
+