-
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 subsys/bluetooth/controller/Kconfig:277
Included via Kconfig:8 → Kconfig.zephyr:34 → subsys/Kconfig:9 → 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.)