From 96c50477bacf962ecbc7b7af654430e51cf5c5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 --- 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 cc351b635..6ecb81650 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.47.3