Trace level
C
#define BT_SYS_TRACE_LEVEL_ERR (0U) #define BT_SYS_TRACE_LEVEL_API (1U) #define BT_SYS_TRACE_LEVEL_OP (2U)
Description
Defines the trace levels for debugging purposes.
Macro Definition
Macro | Description |
---|---|
BT_SYS_TRACE_LEVEL_ERR | Error trace level for critical issues. |
BT_SYS_TRACE_LEVEL_API | API trace level for function calls and parameters. |
BT_SYS_TRACE_LEVEL_OP | Operational trace level for general operation logs. |