From 07d1404659065104580ce7b24315af99dcd02ec0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 29 May 2008 21:15:47 +0000 Subject: Remove CancelConnect methods --- doc/network-api.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'doc/network-api.txt') diff --git a/doc/network-api.txt b/doc/network-api.txt index 3aee9bac..11a362c6 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -18,17 +18,13 @@ 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 network device. + To abort a connection attempt in case of errors or + timeouts in the client it is fine to call this method. + Possible errors: org.bluez.Error.Failed bool IsConnected() -- cgit