The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_BT_CTLR_DEBUG_PINS_CPUAPP

Bluetooth Controller Debug Pins

Type: bool

Help

Route debug GPIO toggling for the BLE Controller. Enable this when using Bluetooth Controller Debug Pins in co-processor and the main processor needs to setup and/or route the signals.

Direct dependencies

(BOARD_NRF5340PDK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP) && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/bluetooth/controller/Kconfig:607

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:9subsys/bluetooth/Kconfig:240

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

config BT_CTLR_DEBUG_PINS_CPUAPP
    bool "Bluetooth Controller Debug Pins"
    depends on (BOARD_NRF5340PDK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP) && BT_HCI && BT
    help
      Route debug GPIO toggling for the BLE Controller. Enable this when
      using Bluetooth Controller Debug Pins in co-processor and the main
      processor needs to setup and/or route the signals.

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