BLE_LOG_StackLogHandler
C
void BLE_LOG_StackLogHandler(BT_SYS_LogEvent_T *p_log);Description
Handling BT_SYS_Log comes from ble_stack lib. BT_SYS_Log is the debug log with ble_stack HCI traffic information.
Parameters
| Parameter | Description | 
|---|---|
| [in] p_log | Pointer to BT_SYS_LogEvent_T buffer. | 
