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
| Field | Description |
|---|---|
| level | Level of the trace event. See Trace level |
| componentId | Identifier of the component generating the trace event. |
| eventId | Identifier of the specific event being traced. |
