summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-03-13 22:05:16 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-03-13 22:05:16 +0000
commitfe0f7e9f862c3fafd2a2a303b8392ad0caad21f3 (patch)
treeeec0bb24ec2f67e546aeccd40f84b7b8cff930d6 /hcid/dbus-api.txt
parent5a4591560db8f955b50189e6010b38c4c9d8abda (diff)
Add DisconnectRemoteDevice method definition
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index fa4cbec1..b3c1397b 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -489,6 +489,17 @@ Methods string GetAddress()
Question: Can we find a better name?
+ void DisconnectRemoteDevice(string address)
+
+ This method disconnects a specific remote device by
+ terminating the low-level ACL connection. The use
+ of this method should be restricted to administrator
+ use only.
+
+ Possible errors: org.bluez.Error.Failed
+ org.bluez.Error.UnknownAddress
+ org.bluez.Error.NotConnected
+
void CreateBonding(string address)
This method creates a bonding with a remote device.