From a1628010a26bf5969abb51e9449b4cd14c84f853 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 3 Jun 2008 14:29:57 +0000 Subject: Add capability parameter to CreatePairedDevice --- doc/adapter-api.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/adapter-api.txt') 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 -- cgit