SAR Configuration Client#
SAR Configuration Client component enables the configuration of the lower transport layer on nodes that support the SAR Configuration Server model. This component extends the DCD with SAR Configuration Client model ID and initializes the SAR Configuration Client model in the BT Mesh stack automatically. The node configuration shall be performed through the SAR Configuration Client BT Mesh API calls. This component is prepared for integration into SOC applications. This is a No-Code component.
Functions#
void
sl_btmesh_sar_config_client_on_event(const sl_btmesh_msg_t *const evt)
Function Documentation#
sl_btmesh_sar_config_client_on_event#
void sl_btmesh_sar_config_client_on_event (const sl_btmesh_msg_t *const evt)
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
const sl_btmesh_msg_t *const | [in] | evt | Pointer to incoming event. |
Handle SAR Configuration Client events.
This function is called automatically after enabling the component.