Bluetooth: Mesh: Fix blob cli documentation
Renames the blob cli bounds command to blob cli caps in documentation, matching the implementation in shell. Signed-off-by: Håvard Reierstad <haavard.reierstad@nordicsemi.no>
This commit is contained in:
parent
de234b6742
commit
a782ec14bc
1 changed files with 4 additions and 3 deletions
|
|
@ -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)>]]``
|
||||
|
|
|
|||
Loading…
Reference in a new issue