:orphan: .. title:: CONFIG_BT_CTLR_DEBUG_PINS_CPUAPP .. kconfig:: CONFIG_BT_CTLR_DEBUG_PINS_CPUAPP CONFIG_BT_CTLR_DEBUG_PINS_CPUAPP ################################ *Bluetooth Controller Debug Pins* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BOARD_NRF5340DK_NRF5340_CPUAPP ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/bluetooth/controller/Kconfig:677`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig 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.)*