From 68e9980dc098525fa2c2f232a14ca714ca7debc4 Mon Sep 17 00:00:00 2001 From: Jakub Sitnicki Date: Tue, 27 Jan 2015 08:49:37 +0100 Subject: [PATCH] doc/device-api: Update possible errors for DisconnectProfile Make API documentation reflect the current implementation. --- doc/device-api.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/device-api.txt b/doc/device-api.txt index 4f5e1d995..eec0024a6 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -62,9 +62,9 @@ Methods void Connect() as long as the profile is registered this will always succeed. - Possible errors: org.bluez.Error.DoesNotExist - org.bluez.Error.Failed - org.bluez.Error.NotConnected + Possible errors: org.bluez.Error.Failed + org.bluez.Error.InProgress + org.bluez.Error.InvalidArguments org.bluez.Error.NotSupported void Pair() -- 2.47.3