The latest development version of this page may be more current than this released 1.14.1 version.
choice: Tx Power

Tx Power

Type: bool

Help

Select the supported BLE Radio transmit power level in dBm.

Direct dependencies

BT_CTLR && BT_HCI && BT

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

Defaults

Kconfig definition

At subsys/bluetooth/controller/Kconfig:142

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

Menu path: (top menu) → Bluetooth

choice
    bool
    prompt "Tx Power" if BT_CTLR && BT_HCI && BT
    default BT_CTLR_TX_PWR_0 if BT_CTLR && BT_HCI && BT
    depends on BT_CTLR && BT_HCI && BT
    help
      Select the supported BLE Radio transmit power level in dBm.

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