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
Trace event additional information.
Field Documentation
| Field | Description | 
|---|---|
| level | Level. See Trace level | 
| componentId | Component id. | 
| eventId | Event id. | 
