:orphan: .. title:: BT_CTLR_DEBUG_PINS .. option:: 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. Direct dependencies =================== (\ :option:`BOARD_NRF51DK_NRF51422 ` || \ :option:`BOARD_NRF52DK_NRF52832 ` || \ :option:`BOARD_NRF52DK_NRF52810 ` || \ :option:`BOARD_NRF52840DK_NRF52840 ` || \ :option:`BOARD_NRF5340PDK_NRF5340_CPUNET ` || \ :option:`BOARD_NRF5340DK_NRF5340_CPUNET ` || \ :option:`BOARD_RV32M1_VEGA `) && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :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.ll_sw_split:659`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:240`` → ``subsys/bluetooth/controller/Kconfig:594`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. parsed-literal:: config BT_CTLR_DEBUG_PINS bool "Bluetooth Controller Debug Pins" depends on (\ :option:`BOARD_NRF51DK_NRF51422 ` || \ :option:`BOARD_NRF52DK_NRF52832 ` || \ :option:`BOARD_NRF52DK_NRF52810 ` || \ :option:`BOARD_NRF52840DK_NRF52840 ` || \ :option:`BOARD_NRF5340PDK_NRF5340_CPUNET ` || \ :option:`BOARD_NRF5340DK_NRF5340_CPUNET ` || \ :option:`BOARD_RV32M1_VEGA `) && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`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.)*