From 99fe5d4bd60337b53beb4da797ea77f2717ce014 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Thu, 24 May 2007 21:51:22 +0000 Subject: serial API: missing ConnectionCanceled error --- serial/serial-api.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'serial/serial-api.txt') 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 -- cgit