From 719e3ab64f9b549b45ace50c0d17067ffa836c76 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 18 Nov 2008 15:47:08 +0200 Subject: Clarify the agent parameter usage with CreatePairedDevice --- doc/adapter-api.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- cgit