Data structure of the relay_status event.
Public Attribute Documentation#
result#
uint16_t sl_btmesh_evt_config_client_relay_status_s::result
SL_STATUS_OK if successful. Error code otherwise.
relay#
uint8_t sl_btmesh_evt_config_client_relay_status_s::relay
Relay state of the node. Valid values are as follows:
0: Relaying disabled
1: Relaying enabled
2: Relaying not supported
retransmit_count#
uint8_t sl_btmesh_evt_config_client_relay_status_s::retransmit_count
Relay retransmit count. Valid values range from 0 to 7; default value is 0 (no retransmissions).
retransmit_interval_ms#
uint16_t sl_btmesh_evt_config_client_relay_status_s::retransmit_interval_ms
Relay retransmit interval in milliseconds. Valid values range from 10 ms to 320 ms, with a resolution of 10 ms. The value will be zero if the retransmission count is zero.