From 3de8fba0daf5bec98203c6ed94335b37ebee8129 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 12 Feb 2025 18:23:54 +0100 Subject: [PATCH] mesh: document tlv usage --- src/mesh/mesh.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h index a733d88a3..8bf874d9d 100644 --- a/src/mesh/mesh.h +++ b/src/mesh/mesh.h @@ -48,6 +48,20 @@ extern "C" { #endif +/** + * Mesh Network Stack + * + * @TLV 'MA' x x + * @TLV 'MB' x x + * @TLV 'MFIS + * @TLV 'MFND + * @TLV 'MN' x x + * @TLV 'MP' x x + * @TLV 'MS' x x + * @TLV 'MV' x x + * @TLV 'PROV' + */ + /** * Init Mesh network stack */