1.2.2.1.6.1.3 Trace Level
C
#define BT_SYS_TRACE_LEVEL_ERR 0 #define BT_SYS_TRACE_LEVEL_API 1 #define BT_SYS_TRACE_LEVEL_OP 2
Description
The definition of trace level.
Macro Definition
Macro | Description |
---|---|
BT_SYS_TRACE_LEVEL_ERR | Error level. |
BT_SYS_TRACE_LEVEL_API | API level. |
BT_SYS_TRACE_LEVEL_OP | OP level. |