BT_SYS_TraceInfo_T

C

typedef struct BT_SYS_TraceInfo_T
{
	uint8_t		level;
    uint8_t     componentId;
    uint8_t     eventId;
} BT_SYS_TraceInfo_T;

Description

Structure for additional information about a trace event.

Field Documentation

FieldDescription
levelLevel of the trace event. See Trace level
componentIdIdentifier of the component generating the trace event.
eventIdIdentifier of the specific event being traced.