summaryrefslogtreecommitdiff
path: root/doc/device-api.txt
diff options
context:
space:
mode:
authorSzymon Janc <szymon@janc.net.pl>2013-02-13 22:45:39 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2013-02-14 09:16:48 +0200
commit47fc3389d1d3a7ece3d4d2a88c0afdfcc7d613a3 (patch)
tree20cdf7e87269921364d84d2770b452c75137085c /doc/device-api.txt
parent8eafe2e8a9abeaec3c7d32e526303eba45c76922 (diff)
downloadbluez-47fc3389d1d3a7ece3d4d2a88c0afdfcc7d613a3.tar.gz
doc: Remove CancelConnect function from device API
This method is not implemented and Disconnect can be used instead.
Diffstat (limited to 'doc/device-api.txt')
-rw-r--r--doc/device-api.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt
index ec126e8d3..c79a46cab 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -26,11 +26,6 @@ Methods void Connect()
org.bluez.Error.InProgress
org.bluez.Error.AlreadyConnected
- void CancelConnect()
-
- This method can be used to cancel a preceeding
- Connect call before a reply to it has been received.
-
void Disconnect()
This method gracefully disconnects all connected
@@ -40,6 +35,9 @@ Methods void Connect()
were not disconnected properly e.g. due to misbehaving
device.
+ This method can be also used to cancel a preceding
+ Connect call before a reply to it has been received.
+
Possible errors: org.bluez.Error.NotConnected
void ConnectProfile(string uuid)