diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-05-29 08:56:25 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-05-29 08:56:25 +0000 | 
| commit | 2cd3aa2618dedd8d5683ccdc7caaafaed03b9364 (patch) | |
| tree | d3fafc90d29b9cbe6a1e6d91359975cf8b068a34 | |
| parent | 2d6bcaff198acfb9453416fd73df2358dec96108 (diff) | |
Add CancelConnect() and IsConnected() methods
| -rw-r--r-- | doc/input-api.txt | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/input-api.txt b/doc/input-api.txt index 881825ec..e9ad0aa7 100644 --- a/doc/input-api.txt +++ b/doc/input-api.txt @@ -18,12 +18,23 @@ Methods		void Connect()  			Possible errors: org.bluez.Error.AlreadyConnected  			                 org.bluez.Error.ConnectionAttemptFailed +		void CancelConnect() + +			Abort connection attempt in case of errors or +			timeouts in the client. + +			Possible errors: org.bluez.Error.Failed +  		void Disconnect()  			Disconnect from the input device.  			Possible errors: org.bluez.Error.Failed +		bool IsConnected() + +			Returns the connection status. +  Signals		void Connected()  		void Disconnected()  | 
