summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
Diffstat (limited to 'hcid')
-rw-r--r--hcid/dbus-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 1870d33e..bf75df99 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -651,14 +651,14 @@ Methods string Connect(string address, string service)
If the application disconnects from the D-Bus this
connection will be terminated.
- string Disconnect(string device)
+ void Disconnect(string device)
This will disconnect a previously connected RFCOMM
service. The device parameter must the return value
from the previous Connect or ConnectByChannel method
calls (for example /dev/rfcomm0).
- void Bind(string address, string service)
+ string Bind(string address, string service)
string BindByChannel(string address, byte channel)