BT_SYS_TraceEventCb_T
C
typedef void (*BT_SYS_TraceEventCb_T)(BT_SYS_TraceInfo_T *p_traceInfo, uint8_t length, uint8_t *p_tracePayload);
Description
Callback type for Bluetooth system trace events.
Parameters
| Parameter | Description |
|---|---|
| [in] p_traceInfo | Pointer to the structure containing trace event information. See BT_SYS_TraceInfo_T. |
| [in] length | Length of the trace payload. |
| [in] p_tracePayload | Pointer to the payload of the trace event. |
