1.2.2.1.6.1.4 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

The definition of trace mask.

Macro Definition

MacroDescription
BT_SYS_TRACE_INFO_LL_HLL trace high priority information.
BT_SYS_TRACE_INFO_LL_LLL trace low priority information.
BT_SYS_TRACE_INFO_HOSTHost trace info.