Skip to content

Commit

Permalink
Bluetooth: Mesh: Fix blob cli documentation
Browse files Browse the repository at this point in the history
Renames the blob cli bounds command to blob cli caps in documentation,
matching the implementation in shell.

Signed-off-by: Håvard Reierstad <[email protected]>
  • Loading branch information
HaavardRei committed Dec 16, 2024
1 parent 29208fe commit 4d3a86a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/connectivity/bluetooth/api/mesh/shell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 [<Group>]``
``mesh models blob cli caps [<Group> [<TimeoutBase>]]``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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 <Id> <Size> <BlockSizeLog> <ChunkSize> [<Group> [<Mode(push, pull)>]]``
Expand Down

0 comments on commit 4d3a86a

Please sign in to comment.