diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-03 14:29:57 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-03 14:29:57 +0000 | 
| commit | a1628010a26bf5969abb51e9449b4cd14c84f853 (patch) | |
| tree | 2e9b92fe46a76ca90789cc74c634d640b21069b1 | |
| parent | 23ddb56814f81c0945fa0c67ff2685b7ba653eac (diff) | |
Add capability parameter to CreatePairedDevice
| -rw-r--r-- | doc/adapter-api.txt | 6 | 
1 files changed, 5 insertions, 1 deletions
| 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 | 
