Event Logging#

The Event Logging is an application-level software module that logs stack events. Its main purpose is to log application related stack events. Both Bluetooth LE and Bluetooth mesh events are handled by the Event Logging component. This component is suitable for use in both NCP and SOC applications. This is a No-Code component (UART communication can be enabled/disabled in the Platform/Board Control software component).

Functions#

void
sl_btmesh_log_btmesh_events(sl_btmesh_msg_t *evt)

Function Documentation#

sl_btmesh_log_btmesh_events#

void sl_btmesh_log_btmesh_events (sl_btmesh_msg_t * evt)
Parameters
TypeDirectionArgument NameDescription
sl_btmesh_msg_t *[in]evt

Pointer to incoming event

Log Bluetooth mesh events


sl_btmesh_log_bt_connection_events#

void sl_btmesh_log_bt_connection_events (sl_bt_msg_t * evt)
Parameters
TypeDirectionArgument NameDescription
sl_bt_msg_t *[in]evt

Pointer to incoming event

Log Bluetooth LE connection events


sl_btmesh_log_on_node_reset#

void sl_btmesh_log_on_node_reset (void )
Parameters
TypeDirectionArgument NameDescription
voidN/A

Component node reset handler.