Lines Matching full:configuration
3 SAR Configuration Client
6 The SAR Configuration Client model is a foundation model defined by the Bluetooth Mesh
8 :kconfig:option:`CONFIG_BT_MESH_SAR_CFG_CLI` configuration option.
10 The SAR Configuration Client model is introduced in the Bluetooth Mesh Protocol Specification
11 version 1.1, and it supports the configuration of the lower transport layer behavior of a node that
14 The model can send messages to query or change the states supported by the SAR Configuration Server
15 (SAR Transmitter and SAR Receiver) using SAR Configuration messages.
18 Configuration Server. Function calls :c:func:`bt_mesh_sar_cfg_cli_transmitter_get` and
23 Configuration Server. Function calls :c:func:`bt_mesh_sar_cfg_cli_receiver_get` and
29 An element can send any SAR Configuration Client message at any time to query or change the states
30 supported by the SAR Configuration Server model of a peer node. The SAR Configuration Client model
31 only accepts messages encrypted with the device key of the node supporting the SAR Configuration
34 If present, the SAR Configuration Client model must only be instantiated on the primary element.