From 13ca53c2faccdc5b75250c8c36a70340d4ae7214 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 15 May 2007 11:23:56 +0000 Subject: Add CancelConnect method description --- network/network-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/network/network-api.txt b/network/network-api.txt index aa562d74..278ba8eb 100644 --- a/network/network-api.txt +++ b/network/network-api.txt @@ -178,6 +178,11 @@ Methods string GetAdapter() Possible errors: org.bluez.network.Error.ConnectionAttemptFailed org.bluez.network.Error.Failed + string CancelConnect() + + Abort connection attempt in case of errors or + timeouts in the client. + void Disconnect() Disconnects to host. -- cgit