:orphan: .. title:: BT_CTLR_DEBUG_PINS_CPUAPP .. option:: 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 =================== (\ :option:`BOARD_NRF5340PDK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340DK_NRF5340_CPUAPP `) && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:607`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:240`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: config BT_CTLR_DEBUG_PINS_CPUAPP bool "Bluetooth Controller Debug Pins" depends on (\ :option:`BOARD_NRF5340PDK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340DK_NRF5340_CPUAPP `) && \ :option:`BT_HCI ` && \ :option:`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.)*