diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-10 08:45:28 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-10 08:45:28 +0000 |
commit | 07958fc3612225ceeffcbbcbae320a2bedcd774d (patch) | |
tree | ff6df0369f638518d032a9fa073323a7a568936a /serial | |
parent | 60709fc61959f4ead3e305a0de2cd2419c41e8b4 (diff) | |
download | bluez-07958fc3612225ceeffcbbcbae320a2bedcd774d.tar.gz |
Update API descriptions
Diffstat (limited to 'serial')
-rw-r--r-- | serial/serial-api.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/serial/serial-api.txt b/serial/serial-api.txt index cbd8e6670..9b1c67a31 100644 --- a/serial/serial-api.txt +++ b/serial/serial-api.txt @@ -53,6 +53,7 @@ Signals void PortCreated(string path) [experimental] void ServiceDisconnected(string device) + Port hierarchy (experimental) ============================= @@ -60,11 +61,13 @@ Interface org.bluez.serial.Port Object path /org/bluez/serial/port* Methods string GetAddress() + Returns the Bluetooth address of the ending point. string Connect() - Connects to remote device associated to the port object. + Connects to remote device associated to the port + object. Possible errors:org.bluez.serial.Error.ConnectionAttemptFailed org.bluez.serial.Error.Failed |