diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-15 11:23:56 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-15 11:23:56 +0000 |
commit | 13ca53c2faccdc5b75250c8c36a70340d4ae7214 (patch) | |
tree | 32d0a3b221fde0722219f9130c53b94ae0814539 /network/network-api.txt | |
parent | daea1f31faccd8e5f154a81e7812b4afb4f000b0 (diff) |
Add CancelConnect method description
Diffstat (limited to 'network/network-api.txt')
-rw-r--r-- | network/network-api.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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. |