From 14fcacf2b8d6ac75cdb238e76649454c6334cdc9 Mon Sep 17 00:00:00 2001 From: Lingao Meng Date: Fri, 5 Nov 2021 09:16:41 +0800 Subject: [PATCH] doc: bluetooth/mesh: Add krp document Add krp 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 8b38e62df59..4220fba9492 100644 --- a/doc/reference/bluetooth/mesh/shell.rst +++ b/doc/reference/bluetooth/mesh/shell.rst @@ -592,6 +592,14 @@ The Configuration Client uses the general messages parameters set by ``mesh dst` * ``Company ID``: If present, determines the Company ID of the model. If omitted, the model is a Bluetooth SIG defined model. +``mesh krp [Phase]`` +------------------------------------- + + Get or set the key refresh phase of a subnet. + + * ``NetKeyIdx``: The identified network key used to Get/Set the current Key Refresh Phase state. + * ``Phase``: New Key Refresh Phase. Valid phases are 0, 1 or 2. + ``mesh hb-sub [ ]`` --------------------------------------