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

MacroDescription
BT_SYS_TRACE_LEVEL_ERRError trace level for critical issues.
BT_SYS_TRACE_LEVEL_APIAPI trace level for function calls and parameters.
BT_SYS_TRACE_LEVEL_OPOperational trace level for general operation logs.