From bdb627d566bb3cf817eb63bccf2d34079d1a6d0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Lowas-Rzechonek?= Date: Wed, 1 Apr 2020 12:25:02 +0200 Subject: [PATCH] doc/mesh-api: OOB Information field is 16 bit, not 32 Change-Id: I7c1cee1b6fc0230a2eb860c3b1ab32e3dddaff9b Signed-off-by: Anupam Roy --- doc/mesh-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mesh-api.txt b/doc/mesh-api.txt index cc351b6..6ecb816 100644 --- a/doc/mesh-api.txt +++ b/doc/mesh-api.txt @@ -948,7 +948,7 @@ Object path freely definable The data parameter is a variable length byte array, that may have 1, 2 or 3 distinct fields contained in it including the 16 - byte remote device UUID (always), a 32 bit mask of OOB + byte remote device UUID (always), a 16 bit mask of OOB authentication flags (optional), and a 32 bit URI hash (if URI bit set in OOB mask). Whether these fields exist or not is a decision of the remote device. -- 2.7.4