Return-Path: From: Claudio Takahasi To: linux-bluetooth@vger.kernel.org, claudio.takahasi@openbossa.org Subject: [PATCH BlueZ v0 7/7] doc: Add InvalidArguments to UnregisterService() errors Date: Wed, 2 Apr 2014 15:30:26 -0300 Message-Id: <1396463426-7268-8-git-send-email-claudio.takahasi@openbossa.org> In-Reply-To: <1396463426-7268-1-git-send-email-claudio.takahasi@openbossa.org> References: <1396463426-7268-1-git-send-email-claudio.takahasi@openbossa.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: This patch adds "org.bluez.Error.InvalidArguments" as possible error returned by GattManager1.UnregisterService(). --- doc/gatt-api.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt index deb519b..8c7975c 100644 --- a/doc/gatt-api.txt +++ b/doc/gatt-api.txt @@ -145,4 +145,5 @@ Methods RegisterService(object service, dict options) must match the same value that has been used on registration. - Possible errors: org.bluez.Error.DoesNotExist + Possible errors: org.bluez.Error.InvalidArguments + org.bluez.Error.DoesNotExist -- 1.8.3.1