summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-03-07 20:56:54 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-03-07 20:56:54 +0000
commita0b34bdfba38d9207653fbe14494e8e452642346 (patch)
tree7157f87d62f89366f22937d70d82008cb8d1af35 /hcid/dbus-api.txt
parent3c211656d4a457cf0b8c03d1bc18abeddc9dcc31 (diff)
Correct stupid typo
Diffstat (limited to 'hcid/dbus-api.txt')
-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)