Data structure of the server_status event.
Public Attribute Documentation#
client_address#
uint16_t sl_btmesh_evt_health_client_server_status_s::client_address
Destination address the message was sent to
elem_index#
uint16_t sl_btmesh_evt_health_client_server_status_s::elem_index
Client model element index. Identifies the client model which received the status message.
server_address#
uint16_t sl_btmesh_evt_health_client_server_status_s::server_address
Address of the Server model which sent the message
result#
uint16_t sl_btmesh_evt_health_client_server_status_s::result
Response status. If an error occurs (e.g., request timeout), the parameters other than element index, client address, and server address are to be ignored.
current#
uint8_t sl_btmesh_evt_health_client_server_status_s::current
Whether the event lists current fault array or registered fault array
vendor_id#
uint16_t sl_btmesh_evt_health_client_server_status_s::vendor_id
Bluetooth vendor ID used in the request
faults#
uint8array sl_btmesh_evt_health_client_server_status_s::faults
Fault array. See the Bluetooth Mesh Profile specification for a list of defined fault IDs.