diff options
Diffstat (limited to 'doc')
-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. |