choice BT_CTLR_TX_PWR: 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 ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/bluetooth/controller/Kconfig:197

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8<Zephyr>/subsys/bluetooth/Kconfig:240

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)