2019-06-19 09:19:33

by Jakub Witowski

[permalink] [raw]
Subject: [PATCH v3] mesh: Remove error code from Leave() in mesh-api.txt

This removes NotFound error from mesh-api.txt from Leave() function.
---
doc/mesh-api.txt | 2 --
1 file changed, 2 deletions(-)

diff --git a/doc/mesh-api.txt b/doc/mesh-api.txt
index 2a800468b..c82732d2c 100644
--- a/doc/mesh-api.txt
+++ b/doc/mesh-api.txt
@@ -112,8 +112,6 @@ Methods:
identified by the 64-bit token parameter. The token parameter
has been obtained as a result of successful Join() method call.

- PossibleErrors:
- org.bluez.mesh.Error.NotFound

uint64 token CreateNetwork(object app_root, array{byte}[16] uuid)

--
2.20.1


2019-06-24 20:32:01

by Gix, Brian

[permalink] [raw]
Subject: Re: [PATCH v3] mesh: Remove error code from Leave() in mesh-api.txt

Applied with minor changes

On Wed, 2019-06-19 at 11:18 +0200, Jakub Witowski wrote:
> This removes NotFound error from mesh-api.txt from Leave() function.
> ---
> doc/mesh-api.txt | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/doc/mesh-api.txt b/doc/mesh-api.txt
> index 2a800468b..c82732d2c 100644
> --- a/doc/mesh-api.txt
> +++ b/doc/mesh-api.txt
> @@ -112,8 +112,6 @@ Methods:
> identified by the 64-bit token parameter. The token
> parameter
> has been obtained as a result of successful Join()
> method call.
>
> - PossibleErrors:
> - org.bluez.mesh.Error.NotFound
>
> uint64 token CreateNetwork(object app_root, array{byte}[16]
> uuid)
>