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:613

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8<Zephyr>/subsys/bluetooth/Kconfig:240<Zephyr>/subsys/bluetooth/controller/Kconfig:554

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