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.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/bluetooth/controller/Kconfig.ll_sw_split:659

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

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

config BT_CTLR_DEBUG_PINS
    bool "Bluetooth Controller Debug Pins"
    depends on (BOARD_NRF51DK_NRF51422 || BOARD_NRF52DK_NRF52832 || BOARD_NRF52DK_NRF52810 || BOARD_NRF52840DK_NRF52840 || BOARD_NRF5340PDK_NRF5340_CPUNET || BOARD_NRF5340DK_NRF5340_CPUNET || BOARD_RV32M1_VEGA) && BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && 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.)