diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-03-07 20:56:54 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-03-07 20:56:54 +0000 | 
| commit | a0b34bdfba38d9207653fbe14494e8e452642346 (patch) | |
| tree | 7157f87d62f89366f22937d70d82008cb8d1af35 | |
| parent | 3c211656d4a457cf0b8c03d1bc18abeddc9dcc31 (diff) | |
Correct stupid typo
| -rw-r--r-- | hcid/dbus-api.txt | 4 | 
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) | 
