Skip to content

Commit

Permalink
doc: Bluetooth: Mesh: add missed lcd shell commands
Browse files Browse the repository at this point in the history
Commit adds description of the Large Composition Data
client's shell commands into documentation.

Signed-off-by: Aleksandr Khromykh <[email protected]>
  • Loading branch information
alxelax authored and fabiobaltieri committed Mar 7, 2024
1 parent b764cf0 commit a96293b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions doc/connectivity/bluetooth/api/mesh/shell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1763,6 +1763,31 @@ Provisioning Servers on devices in a mesh network.
Get a list of all Remote Provisioning Client model instances on the node.


Large Composition Data Client
-----------------------------

The Large Composition Data Client is an optional Bluetooth Mesh model enabled through the
:kconfig:option:`CONFIG_BT_MESH_LARGE_COMP_DATA_CLI` configuration option. The Large Composition Data Client
model is used to support the functionality of reading pages of Composition Data that do not fit in
a Config Composition Data Status message, and reading the metadata of the model instances.

``mesh models lcd large-comp-data-get <Page> <Offset>``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Send the Large Composition Data Get message to query a portion of the Composition Data state of a node.

* ``Page``: Page number of the Composition Data.
* ``Offset``: Offset within the page.

``mesh models lcd models-metadata-get <Page> <Offset>``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Send the Models Metadata Get message to query a portion of a page of the Models Metadata state.

* ``Page``: Page number of the Models Metadata.
* ``Offset``: Offset within the page.


Configuration database
======================

Expand Down

0 comments on commit a96293b

Please sign in to comment.