summaryrefslogtreecommitdiffstats
path: root/doc/adapter-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r--doc/adapter-api.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 55b36621..a05bf620 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -109,7 +109,8 @@ Methods dict GetProperties()
Possible errors: org.bluez.Error.InvalidArguments
org.bluez.Error.Failed
- object CreatePairedDevice(string address, object agent)
+ object CreatePairedDevice(string address, object agent,
+ string capability)
Creates a new object path for a remote device. This
method will connect to the remote device and retrieve
@@ -124,6 +125,9 @@ Methods dict GetProperties()
to use CreateDevice first and the if needed use
CreatePairedDevice to initiate pairing.
+ The capability parameter is the same as for the
+ RegisterAgent method.
+
Possible errors: org.bluez.Error.InvalidArguments
org.bluez.Error.Failed