summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2007-05-10 16:52:34 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2007-05-10 16:52:34 +0000
commitf32fbc4028fd7677674b3c15b324b053c0f5ca91 (patch)
treedc8fd95de883326e72ab1da32091b65be4f1294b
parentcc7ee42ddf28a602f3160fa024da36104eb925d1 (diff)
serial API: added experimental tag for "Port" methods
-rw-r--r--serial/serial-api.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/serial/serial-api.txt b/serial/serial-api.txt
index bff9248c..dc2a2eba 100644
--- a/serial/serial-api.txt
+++ b/serial/serial-api.txt
@@ -72,11 +72,11 @@ Port hierarchy (experimental)
Interface org.bluez.serial.Port
Object path /org/bluez/serial/port*
-Methods string GetAddress()
+Methods string GetAddress() [experimental]
Returns the Bluetooth address of the ending point.
- string Connect()
+ string Connect() [experimental]
Connects to remote device associated to the port
object.
@@ -84,7 +84,7 @@ Methods string GetAddress()
Possible errors:org.bluez.serial.Error.ConnectionAttemptFailed
org.bluez.serial.Error.Failed
- void Disconnect()
+ void Disconnect() [experimental]
Disconnects from remote device.