From 06ce1a666a06443107009c75e862c6cbc2dc719c Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Mon, 4 Dec 2006 14:56:36 +0000 Subject: reporting missing functionality: AuthorizeService and CancelAuthorizationProcess must be accepted in the adapters path --- hcid/dbus-todo.txt | 5 +++++ 1 file changed, 5 insertions(+) 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. + -- cgit