From a0b34bdfba38d9207653fbe14494e8e452642346 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 7 Mar 2006 20:56:54 +0000 Subject: Correct stupid typo --- hcid/dbus-api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hcid') 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) -- cgit