summaryrefslogtreecommitdiff
path: root/doc/device-api.txt
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-18 12:28:09 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-18 12:29:30 +0200
commit1da5a89a6f6bf25edeb8f6d46cfaa25a6bfbc440 (patch)
tree7f46924fc8fc44ea1af44b70922645a182e56947 /doc/device-api.txt
parent2beb4eeda35ce1ab57bb996163fc9373651d3463 (diff)
downloadbluez-1da5a89a6f6bf25edeb8f6d46cfaa25a6bfbc440.tar.gz
core: Remove DisconnectRequested signal
This signal is not needed anymore thanks to the RequestDisconnect callback of the Profile interface.
Diffstat (limited to 'doc/device-api.txt')
-rw-r--r--doc/device-api.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt
index 0c1051d76..36f251d21 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -38,12 +38,6 @@ Methods void Connect()
this method should be restricted to administrator
use.
- A DisconnectRequested signal will be sent and the
- actual disconnection will only happen 2 seconds later.
- This enables upper-level applications to terminate
- their connections gracefully before the ACL connection
- is terminated.
-
Possible errors: org.bluez.Error.NotConnected
void ConnectProfile(string uuid)
@@ -95,12 +89,6 @@ Methods void Connect()
This method can be used to cancel a pairing
operation initiated by the Pair method.
-Signals DisconnectRequested()
-
- This signal will be sent when a low level
- disconnection to a remote device has been requested.
- The actual disconnection will happen 2 seconds later.
-
Properties string Address [readonly]
The Bluetooth device address of the remote device.