diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-12-21 20:39:35 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-12-21 20:39:35 +0000 |
commit | 3950c140757d7ff35366f7d3e1d6aa81c74a5ca8 (patch) | |
tree | 20630a8c64ca680284946dea298110ffe14bd5a4 /serial/serial-api.txt | |
parent | c7aaa489d0509469fcbc712c49967c9e106f2773 (diff) |
serial: added ConnectServiceFromAdapter
Diffstat (limited to 'serial/serial-api.txt')
-rw-r--r-- | serial/serial-api.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/serial/serial-api.txt b/serial/serial-api.txt index 7d194673..96b5d684 100644 --- a/serial/serial-api.txt +++ b/serial/serial-api.txt @@ -69,6 +69,21 @@ Methods string CreateProxy(string uuid, string address) org.bluez.Error.NotSupported org.bluez.Error.Failed + string ConnectServiceFromAdapter(string adapter, + string address, string pattern) [experimental] + + Use the given adapter to connect 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.Canceled + org.bluez.Error.InProgress + org.bluez.Error.ConnectionAttemptFailed + org.bluez.Error.NotSupported + org.bluez.Error.Failed + void CancelConnectService(string address, string pattern) Cancel a previous ConnectService method call. |