CONFIG_BT_CTLR_DEBUG_PINS

Bluetooth Controller Debug Pins

Type: bool

Help

Turn on debug GPIO toggling for the BLE Controller. This is useful
when debugging with a logic analyzer or profiling certain sections of
the code.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/bluetooth/controller/Kconfig.ll_sw_split:807

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:324<Zephyr>/subsys/bluetooth/controller/Kconfig:644

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller

config BT_CTLR_DEBUG_PINS
    bool "Bluetooth Controller Debug Pins"
    depends on (BOARD_NRF51DK_NRF51422 || BOARD_NRF52DK_NRF52832 || BOARD_NRF52DK_NRF52810 || BOARD_NRF52840DK_NRF52840 || BOARD_NRF52833DK_NRF52833 || BOARD_NRF5340DK_NRF5340_CPUNET || BOARD_RV32M1_VEGA) && BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT
    help
      Turn on debug GPIO toggling for the BLE Controller. This is useful
      when debugging with a logic analyzer or profiling certain sections of
      the code.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)