choice: Tx Power

Tx Power

Type: bool

Help

Select the supported BLE Radio transmit power level in dBm.

Direct dependencies

BT_LL_SW && BT_CTLR && BT_HCI && BT

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

Kconfig definition

At subsys/bluetooth/controller/Kconfig:114

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:156

Menu path: (top menu) → Bluetooth

choice
    bool
    prompt "Tx Power" if BT_LL_SW && BT_CTLR && BT_HCI && BT
    default BT_CTLR_TX_PWR_0 if BT_LL_SW && BT_CTLR && BT_HCI && BT
    depends on BT_LL_SW && 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.)