Data structure of the beacon_status event.

Public Attributes#

uint16_t
uint32_t
uint8_t

Public Attribute Documentation#

result#

uint16_t sl_btmesh_evt_private_beacon_client_beacon_status_s::result

SL_STATUS_OK if successful. Error code otherwise.


Definition at line 21341 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_private_beacon_client_beacon_status_s::handle

Request handle


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

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


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

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.


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