diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-09-26 13:58:19 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-09-26 13:58:19 +0000 |
commit | 4c18c3e4ffbd0bb6eeb7d0933acadc2f8200587b (patch) | |
tree | 54a51289c708ce0298445aa48abf82233cf74ad3 /serial/serial-api.txt | |
parent | 90e08a3db079ce84c9f49f46c48ef7c4b757a2e4 (diff) |
serial: Added GetName and GetAdapter
Diffstat (limited to 'serial/serial-api.txt')
-rw-r--r-- | serial/serial-api.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/serial/serial-api.txt b/serial/serial-api.txt index 5ac7091a..20a94e51 100644 --- a/serial/serial-api.txt +++ b/serial/serial-api.txt @@ -102,7 +102,11 @@ Port hierarchy (experimental) Interface org.bluez.serial.Port Object path /org/bluez/serial/rfcomm* -Methods string GetAddress() [experimental] +Methods string GetAdapter() [experimental] + + Returns the adapter address. + + string GetAddress() [experimental] Returns the Bluetooth address of the ending point. @@ -114,6 +118,10 @@ Methods string GetAddress() [experimental] Returns the port properties. + string GetName() + + Returns the name of the remote device. + Proxy hierarchy (experimental) ============================= Interface org.bluez.serial.Proxy |