CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL

Tx Power Dynamic Control

Type: bool

Help

Enable dynamic control of Tx power per role/connection. Provides HCI VS commands to set and get the current Tx power on an individual role/connection basis.

Direct dependencies

BT_HCI_VS_EXT && BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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

config BT_CTLR_TX_PWR_DYNAMIC_CONTROL
    bool "Tx Power Dynamic Control"
    depends on BT_HCI_VS_EXT && BT_CTLR && BT_HCI && BT
    help
      Enable dynamic control of Tx power per role/connection.
      Provides HCI VS commands to set and get the current Tx
      power on an individual role/connection basis.

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