BLE_LOG_StackLogHandler

C

void BLE_LOG_StackLogHandler(BT_SYS_LogEvent_T *p_log);

Description

Processes BLE stack logs containing HCI traffic information.

This function is responsible for handling the debug logs generated by the BLE stack. It processes the HCI traffic information contained within the logs.

Parameters

ParameterDescription
[in] p_logA pointer to the BT_SYS_LogEvent_T structure that contains the log information.