From 8c14dfca4832cefb3572294334ba7080e568a221 Mon Sep 17 00:00:00 2001 From: Dmitriy Paliy Date: Mon, 28 Mar 2011 17:21:57 +0300 Subject: [PATCH] Update Media API documentation Possible error responses are added to RegisterEndpoint. --- doc/media-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/media-api.txt b/doc/media-api.txt index 84903d67d..b2f239ab7 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. -- 2.47.3