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
Macro | Description |
---|---|
BT_SYS_TRACE_INFO_LL_H | High priority information from the Link Layer. |
BT_SYS_TRACE_INFO_LL_L | Low priority information from the Link Layer. |
BT_SYS_TRACE_INFO_HOST | Information from the Bluetooth Host stack. |