From d6dbeaa56094c37eaf7b8d644e14c93c2e2d2233 Mon Sep 17 00:00:00 2001 From: Lingao Meng Date: Fri, 5 Nov 2021 14:19:57 +0800 Subject: [PATCH] doc: bluetooth/mesh: Add app_key_upd document Add app_key_upd command documentation. Signed-off-by: Lingao Meng --- doc/reference/bluetooth/mesh/shell.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/reference/bluetooth/mesh/shell.rst b/doc/reference/bluetooth/mesh/shell.rst index 49007583ab5..382096500bd 100644 --- a/doc/reference/bluetooth/mesh/shell.rst +++ b/doc/reference/bluetooth/mesh/shell.rst @@ -436,6 +436,14 @@ The Configuration Client uses the general messages parameters set by ``mesh dst` * ``AppKeyIndex``: The application key index to add. * ``val``: If present, sets the key value as a 128-bit hexadecimal value. Any missing bytes will be zero. Only valid if the key does not already exist in the Configuration Database. If omitted, the default key value is used. +``mesh app-key-upd [val]`` +------------------------------------------------------ + + Update an application key to the target node. + + * ``NetKeyIndex``: The network key index the application key is bound to. + * ``AppKeyIndex``: The application key index to update. + * ``val``: If present, sets the key value as a 128-bit hexadecimal value. Any missing bytes will be zero. If omitted, the default key value is used. ``mesh app-key-get `` ----------------------------------