summaryrefslogtreecommitdiff
path: root/doc/network-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-29 21:15:47 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-29 21:15:47 +0000
commit07d1404659065104580ce7b24315af99dcd02ec0 (patch)
tree05b28ac7041d7e6b2b63f39f31515bab8645b31d /doc/network-api.txt
parent7d1a9d56719aea39ecd38c8dafffee9de898e68b (diff)
downloadbluez-07d1404659065104580ce7b24315af99dcd02ec0.tar.gz
Remove CancelConnect methods
Diffstat (limited to 'doc/network-api.txt')
-rw-r--r--doc/network-api.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt
index 3aee9bac6..11a362c6f 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()