diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-12-25 13:24:18 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-12-25 13:24:18 +0000 |
commit | 55abce4f9213399119b2756492d825e923f42a52 (patch) | |
tree | 3eb3227043f4528a8336f85ee1e544dd23d04e06 /hcid/dbus-api.txt | |
parent | 36ea52c78864d902a3829d7b81b659100d05fc59 (diff) |
Add more experimental markers
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 4dc56426..ee44a5ad 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1073,7 +1073,7 @@ Methods void RegisterDefaultPasskeyAgent(string path) Possible errors: org.bluez.Error.DoesNotExist - void RegisterDefaultAuthorizationAgent(string path) + void RegisterDefaultAuthorizationAgent(string path) [experimental] This registers the default authorization agent. It can register an authorization agent for all adapters or @@ -1084,15 +1084,14 @@ Methods void RegisterDefaultPasskeyAgent(string path) authorization agent that will be called when an authorization request needs to be answered. - void UnregisterDefaultAuthorizationAgent(string path) + void UnregisterDefaultAuthorizationAgent(string path) [experimental] This unregisters a default authorization agent that has been previously registered. The path parameter must match the same value that has been used on registration. - void AuthorizeService(string service_path, string address, - string action) + void AuthorizeService(string service_path, string address, string action) [experimental] This method gets called when a service wants to check if a remote device is authorized to perform some @@ -1104,8 +1103,7 @@ Methods void RegisterDefaultPasskeyAgent(string path) correspond to the remote device address and the action the remote device is trying to perform. - void CancelAuthorizationProcess(string service_path, - string address, string action) + void CancelAuthorizationProcess(string service_path, string address, string action) [experimental] This method cancels an authorization process requested by a previous call to AuthorizeService(). The |