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

ParameterDescription
[in] p_traceInfoPointer to the structure containing trace event information. See BT_SYS_TraceInfo_T.
[in] lengthLength of the trace payload.
[in] p_tracePayloadPointer to the payload of the trace event.