Data structure of the relay_status event.

Public Attributes#

uint16_t
uint32_t
uint8_t

Public Attribute Documentation#

result#

uint16_t sl_btmesh_evt_config_client_relay_status_s::result

SL_STATUS_OK if successful. Error code otherwise.


Definition at line 8641 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

handle#

uint32_t sl_btmesh_evt_config_client_relay_status_s::handle

Request handle


Definition at line 8643 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

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


Definition at line 8644 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

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).


Definition at line 8649 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

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.


Definition at line 8652 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h