Trace mask

C

#define BT_SYS_TRACE_INFO_LL_H              (1U)
#define BT_SYS_TRACE_INFO_LL_L              (1U<<1U)
#define BT_SYS_TRACE_INFO_HOST              (1U<<2U)

Description

Defines the trace mask for different levels of logging information.

Macro Definition

MacroDescription
BT_SYS_TRACE_INFO_LL_HHigh priority information from the Link Layer.
BT_SYS_TRACE_INFO_LL_LLow priority information from the Link Layer.
BT_SYS_TRACE_INFO_HOSTInformation from the Bluetooth Host stack.