diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-05-24 21:51:22 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-05-24 21:51:22 +0000 |
commit | 99fe5d4bd60337b53beb4da797ea77f2717ce014 (patch) | |
tree | ac927d256fe35609078c8a2866962575134613c3 /serial | |
parent | c7449f91c86f368d32f4c40d1f10e12448164029 (diff) |
serial API: missing ConnectionCanceled error
Diffstat (limited to 'serial')
-rw-r--r-- | serial/serial-api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/serial/serial-api.txt b/serial/serial-api.txt index 6df4a318..84512973 100644 --- a/serial/serial-api.txt +++ b/serial/serial-api.txt @@ -15,6 +15,7 @@ Methods string CreatePort(string address, string pattern) [experimental] Creates a serial port object. Possible errors:org.bluez.serial.Error.InvalidArguments + org.bluez.serial.Error.ConnectionCanceled org.bluez.serial.Error.ConnectionInProgress org.bluez.serial.Error.ConnectionAttemptFailed org.bluez.serial.Error.NotSupported @@ -37,6 +38,7 @@ Methods string CreatePort(string address, string pattern) [experimental] device for it. The RFCOMM TTY device is returned. Possible errors:org.bluez.serial.Error.InvalidArguments + org.bluez.serial.Error.ConnectionCanceled org.bluez.serial.Error.ConnectionInProgress org.bluez.serial.Error.ConnectionAttemptFailed org.bluez.serial.Error.NotSupported |