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

Kconfig definition

At subsys/net/l2/Kconfig:51

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:89

Menu path: (top menu) → Networking → Link layer options

config NET_DEBUG_L2_BT
    bool
    prompt "Debug Bluetooth L2 layer" if NET_LOG && NET_L2_BT && NETWORKING
    default "y" if NET_LOG_GLOBAL && NET_LOG && NET_L2_BT && NETWORKING
    depends on NET_LOG && NET_L2_BT && NETWORKING
    help
      Enables Bluetooth L2 output debug messages

(Definitions include propagated dependencies, including from if’s and menus.)