diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-05-28 14:15:24 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-05-28 14:15:24 +0000 | 
| commit | 2f7d49d41e6c4fd80e5b117777012fbbbd6730ed (patch) | |
| tree | 71f605c95249ab2852c464919f027994d94eb56b /doc/serial-api.txt | |
| parent | b32e7c98584fe6ad17fe22bd6c3e347b2d6c0a2c (diff) | |
Add serial API documentation
Diffstat (limited to 'doc/serial-api.txt')
| -rw-r--r-- | doc/serial-api.txt | 31 | 
1 files changed, 31 insertions, 0 deletions
| diff --git a/doc/serial-api.txt b/doc/serial-api.txt new file mode 100644 index 00000000..7be4277d --- /dev/null +++ b/doc/serial-api.txt @@ -0,0 +1,31 @@ +BlueZ D-Bus Serial API description +********************************** + +Copyright (C) 2004-2008  Marcel Holtmann <marcel@holtmann.org> + + +Serial hierarchy +================ + +Service		org.bluez +Interface	org.bluez.Serial +Object path	/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX + +Methods		string Connect(string uuid) + +			Connects to a specific RFCOMM based service on a +			remote device and then creates a RFCOMM TTY +			device for it. The RFCOMM TTY device is returned. + +			Possible errors: org.bluez.Error.InvalidArguments +					 org.bluez.Error.InProgress +					 org.bluez.Error.ConnectionAttemptFailed +					 org.bluez.Error.NotSupported + +		void Disconnect(string device) + +			Disconnect a RFCOMM TTY device that has been +			created by Connect method. + +			Possible errors: org.bluez.Error.InvalidArguments +					 org.bluez.Error.DoesNotExist | 
