summaryrefslogtreecommitdiffstats
path: root/doc/serial-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/serial-api.txt
parent7d1a9d56719aea39ecd38c8dafffee9de898e68b (diff)
Remove CancelConnect methods
Diffstat (limited to 'doc/serial-api.txt')
-rw-r--r--doc/serial-api.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/serial-api.txt b/doc/serial-api.txt
index 7be4277d..21c4f220 100644
--- a/doc/serial-api.txt
+++ b/doc/serial-api.txt
@@ -27,5 +27,11 @@ Methods string Connect(string uuid)
Disconnect a RFCOMM TTY device that has been
created by Connect method.
+ To abort a connection attempt in case of errors or
+ timeouts in the client it is fine to call this method.
+
+ In that case the UUID of the Connect method should
+ be suplied instead of the TTY device.
+
Possible errors: org.bluez.Error.InvalidArguments
org.bluez.Error.DoesNotExist