OSDN Git Service

doc: Remove CancelConnect function from device API
authorSzymon Janc <szymon@janc.net.pl>
Wed, 13 Feb 2013 21:45:39 +0000 (22:45 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 14 Feb 2013 07:16:48 +0000 (09:16 +0200)
This method is not implemented and Disconnect can be used instead.

doc/device-api.txt

index ec126e8..c79a46c 100644 (file)
@@ -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)