-
CONFIG_NET_DEBUG_L2_BT
¶
Debug Bluetooth L2 layer
Type: bool
Help¶
Enables Bluetooth L2 output debug messages
Direct dependencies¶
NET_LOG
&& NET_L2_BT
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
NET_LOG_GLOBAL
&&NET_LOG
&&NET_L2_BT
&&NETWORKING
Kconfig definition¶
At subsys/net/l2/Kconfig:51
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:89
Menu path: (top menu) → Networking → Link layer options
config NET_DEBUG_L2_BT bool prompt "Debug Bluetooth L2 layer" ifNET_LOG
&&NET_L2_BT
&&NETWORKING
default "y" ifNET_LOG_GLOBAL
&&NET_LOG
&&NET_L2_BT
&&NETWORKING
depends onNET_LOG
&&NET_L2_BT
&&NETWORKING
help Enables Bluetooth L2 output debug messages
(Definitions include propagated dependencies, including from if’s and menus.)