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

Time from LNA ON to Rx ready

Type: int

Help

Time before Rx ready to turn on LNA.

Direct dependencies

BT_CTLR_GPIO_LNA && BT_CTLR && BT_HCI && BT

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

Defaults

Kconfig definition

At subsys/bluetooth/controller/Kconfig:680

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_OFFSET
    int
    prompt "Time from LNA ON to Rx ready" if BT_CTLR_GPIO_LNA && BT_CTLR && BT_HCI && BT
    range 0 10 if BT_CTLR_GPIO_LNA && BT_CTLR && BT_HCI && BT
    default 5 if BT_CTLR_GPIO_LNA && BT_CTLR && BT_HCI && BT
    depends on BT_CTLR_GPIO_LNA && BT_CTLR && BT_HCI && BT
    help
      Time before Rx ready to turn on LNA.

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