From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Dmitriy Paliy To: linux-bluetooth@vger.kernel.org Cc: Dmitriy Paliy Subject: [PATCH 2/2] Update Media API documentation Date: Mon, 28 Mar 2011 16:01:39 +0300 Message-Id: <1301317299-18915-2-git-send-email-dmitriy.paliy@nokia.com> In-Reply-To: <1301317299-18915-1-git-send-email-dmitriy.paliy@nokia.com> References: <1301317299-18915-1-git-send-email-dmitriy.paliy@nokia.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Possible error responses are added to RegisterEndpoint. --- doc/media-api.txt | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/media-api.txt b/doc/media-api.txt index 84903d6..fc9c985 100644 --- a/doc/media-api.txt +++ b/doc/media-api.txt @@ -35,6 +35,11 @@ Methods void RegisterEndpoint(object endpoint, dict properties) Capabilities blob, it is used as it is so the size and byte order must match. + Possible Errors: org.bluez.Error.InvalidArguments + org.bluez.Error.NotSupported - emitted + when interface for the end-point is + disabled. + void UnregisterEndpoint(object endpoint) Unregister sender end point. -- 1.7.1