diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-18 15:47:08 +0200 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-18 15:47:43 +0200 | 
| commit | 719e3ab64f9b549b45ace50c0d17067ffa836c76 (patch) | |
| tree | 683db30c7d3d3bf494b34e13324c77cb39623d6e | |
| parent | 9b953c8757093b51eb86e6593d514e9839fd8d7d (diff) | |
Clarify the agent parameter usage with CreatePairedDevice
| -rw-r--r-- | doc/adapter-api.txt | 6 | 
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. | 
