The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BT_CTLR_GPIO_PA_PIN

Power Amplifier GPIO pin number

Type: int

Help

GPIO Pin number connected to a Power Amplifier.

Direct dependencies

BT_CTLR_GPIO_PA && BT_CTLR && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At subsys/bluetooth/controller/Kconfig:637

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:145

Menu path: (top menu) → Bluetooth → Power Amplifier GPIO interface

config BT_CTLR_GPIO_PA_PIN
    int
    prompt "Power Amplifier GPIO pin number" if BT_CTLR_GPIO_PA && BT_CTLR && BT_HCI && BT
    range 0 47 if SOC_NRF52840 && BT_CTLR_GPIO_PA && BT_CTLR && BT_HCI && BT
    range 0 31 if BT_CTLR_GPIO_PA && BT_CTLR && BT_HCI && BT
    depends on BT_CTLR_GPIO_PA && BT_CTLR && BT_HCI && BT
    help
      GPIO Pin number connected to a Power Amplifier.

(Definitions include propagated dependencies, including from if’s and menus.)