From f8afd4132d6a0feebe628be9faadb41cc5ca3b62 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 15 May 2007 12:13:24 +0000 Subject: Update CancelConnect documentation. --- network/network-api.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/network/network-api.txt b/network/network-api.txt index 278ba8eb..9bdf5ca8 100644 --- a/network/network-api.txt +++ b/network/network-api.txt @@ -178,11 +178,13 @@ Methods string GetAdapter() Possible errors: org.bluez.network.Error.ConnectionAttemptFailed org.bluez.network.Error.Failed - string CancelConnect() + void CancelConnect() Abort connection attempt in case of errors or timeouts in the client. + Possible errors: org.bluez.network.Error.Failed + void Disconnect() Disconnects to host. -- cgit