From 55abce4f9213399119b2756492d825e923f42a52 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 25 Dec 2006 13:24:18 +0000 Subject: Add more experimental markers --- hcid/dbus-api.txt | 10 ++++------ 1 file 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 -- cgit