summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt10
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