Data structure of the beacon_status event.
Public Attribute Documentation#
result#
uint16_t sl_btmesh_evt_private_beacon_client_beacon_status_s::result
SL_STATUS_OK if successful. Error code otherwise.
state#
uint8_t sl_btmesh_evt_private_beacon_client_beacon_status_s::state
Private network beacon state of the node. Valid values are:
0: Node is not broadcasting secure network beacons
1: Node is broadcasting secure network beacons
random_update_steps#
uint8_t sl_btmesh_evt_private_beacon_client_beacon_status_s::random_update_steps
Number of beacons that are to be sent before changing the random of obfuscation. Valid step values are from 0x00 to 0xff. 0x00 means that random is updated for every beacon send and 0x01-0xff tells in multiples of 10 seconds how often random is updated.