BT_SYS_LogEventCb_T
C
typedef void (*BT_SYS_LogEventCb_T)(BT_SYS_LogEvent_T *p_event);
Description
Callback type for Bluetooth system log events.
Parameters
| Parameter | Description |
|---|---|
| [in] p_event | Pointer to the log event structure containing details about the log event. See BT_SYS_LogEvent_T. |
