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

Low Noise Amplifier GPIO pin number

Type: int

Help

GPIO Pin number connected to a Low Noise Amplifier.

Direct dependencies

BT_CTLR_GPIO_LNA && 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:668

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

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

config BT_CTLR_GPIO_LNA_PIN
    int
    prompt "Low Noise Amplifier GPIO pin number" if BT_CTLR_GPIO_LNA && BT_CTLR && BT_HCI && BT
    range 0 47 if SOC_NRF52840 && BT_CTLR_GPIO_LNA && BT_CTLR && BT_HCI && BT
    range 0 31 if BT_CTLR_GPIO_LNA && BT_CTLR && BT_HCI && BT
    depends on BT_CTLR_GPIO_LNA && BT_CTLR && BT_HCI && BT
    help
      GPIO Pin number connected to a Low Noise Amplifier.

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