diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-12-04 14:56:36 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-12-04 14:56:36 +0000 |
commit | 06ce1a666a06443107009c75e862c6cbc2dc719c (patch) | |
tree | d40eb0ebed78e94c7f889e9e9b7887b2acf5e1e9 | |
parent | 25a6009775891d79e604467df41401f6f8b9e07b (diff) |
reporting missing functionality: AuthorizeService and CancelAuthorizationProcess must be accepted in the adapters path
-rw-r--r-- | hcid/dbus-todo.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hcid/dbus-todo.txt b/hcid/dbus-todo.txt index 2598c82d..34f24704 100644 --- a/hcid/dbus-todo.txt +++ b/hcid/dbus-todo.txt @@ -30,3 +30,8 @@ message(use add_match) and check if the path belongs to the service list. The manager path is a fallback path, but the service path can not include '/org/bluez' prefix. +* Authorization path +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. + |