SAR Configuration Server#
SAR Configuration Server component enables the local and remote configuration of the segmentation and reassembly behavior of a node. This component extends the DCD with SAR Configuration Server model ID and initializes the SAR Configuration Server model in the BT Mesh stack automatically. The local node configuration shall be performed through the SAR Configuration Server BT Mesh API calls. The BT Mesh stack reports in SAR Configuration Server events when the SAR Configuration Transmitter and Receiver states are set by SAR Configuration Client. This component is prepared for integration into SOC applications. This is a No-Code component.
Functions#
Function Documentation#
sl_btmesh_sar_config_server_on_event#
void sl_btmesh_sar_config_server_on_event (const sl_btmesh_msg_t *const evt)
Type | Direction | Argument Name | Description |
---|---|---|---|
const sl_btmesh_msg_t *const | [in] | evt | Pointer to incoming event. |
Handle SAR Configuration Server events.
This function is called automatically after enabling the component.