mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-17 17:24:32 +08:00
serial API: added experimental tag for "Port" methods
This commit is contained in:
parent
cc7ee42ddf
commit
f32fbc4028
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user