diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-10-12 10:47:36 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-10-12 18:02:34 +0300 |
commit | 293bbb4a47950f9bf1ecacbbf3193047fc5e555a (patch) | |
tree | 80cc8a6f1ad35d285ad88ca3bb75e625f68b8266 /doc/device-api.txt | |
parent | f66abea5d817b8407f3d7b1a8ddb29dd5a0370f0 (diff) |
doc: Update adapter and device D-Bus APIs
Diffstat (limited to 'doc/device-api.txt')
-rw-r--r-- | doc/device-api.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt index 104ec176..96232274 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -67,6 +67,10 @@ Methods dict GetProperties() org.bluez.Error.Failed 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() @@ -124,6 +128,11 @@ Methods dict GetProperties() Possible errors: org.bluez.Error.InvalidArguments org.bluez.Error.Failed + void CancelPairing() + + This method can be used to cancel a pairing + operation initiated by the Pair method. + Signals PropertyChanged(string name, variant value) This signal indicates a changed value of the given |