Trace mask

C

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

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.