From 4d3a86a3954ec0af5db7af6a9a96a92297ccf2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Reierstad?= Date: Mon, 16 Dec 2024 09:42:26 +0100 Subject: [PATCH] Bluetooth: Mesh: Fix blob cli documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renames the blob cli bounds command to blob cli caps in documentation, matching the implementation in shell. Signed-off-by: HÃ¥vard Reierstad --- doc/connectivity/bluetooth/api/mesh/shell.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/connectivity/bluetooth/api/mesh/shell.rst b/doc/connectivity/bluetooth/api/mesh/shell.rst index 87678a1630ad943..193c428400ff24c 100644 --- a/doc/connectivity/bluetooth/api/mesh/shell.rst +++ b/doc/connectivity/bluetooth/api/mesh/shell.rst @@ -1071,12 +1071,13 @@ The :ref:`bluetooth_mesh_blob_cli` can be added to the mesh shell by enabling th * ``Addr``: Unicast address of the Target node's BLOB Transfer Server model. -``mesh models blob cli bounds []`` +``mesh models blob cli caps [ []]`` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Get the total boundary parameters of all Target nodes. + Retrieve transfer capabilities for Target nodes. * ``Group``: Optional group address to use when communicating with Target nodes. If omitted, the BLOB Transfer Client will address each Target node individually. + * ``TimeoutBase``: Optional time to wait for responses from Target nodes, in 10-second increments. ``mesh models blob cli tx [ []]``