The latest development version of this page may be more current than this released 2.7.5 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_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:677

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:9subsys/bluetooth/Kconfig:175

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

config BT_CTLR_DEBUG_PINS_CPUAPP
    bool "Bluetooth Controller Debug Pins"
    depends on 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.)