summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-11-18 15:47:08 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-11-18 15:47:43 +0200
commit719e3ab64f9b549b45ace50c0d17067ffa836c76 (patch)
tree683db30c7d3d3bf494b34e13324c77cb39623d6e /doc
parent9b953c8757093b51eb86e6593d514e9839fd8d7d (diff)
Clarify the agent parameter usage with CreatePairedDevice
Diffstat (limited to 'doc')
-rw-r--r--doc/adapter-api.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index dd206f4d..a13273f8 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -139,6 +139,12 @@ Methods dict GetProperties()
to use CreateDevice first and the if needed use
CreatePairedDevice to initiate pairing.
+ The agent object path is assumed to reside within the
+ process (D-Bus connection instance) that calls this
+ method. No separate registration procedure is needed
+ for it and it gets automatically released once the
+ pairing operation is complete.
+
The capability parameter is the same as for the
RegisterAgent method.