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
| 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. |
