:orphan: .. title:: CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL .. kconfig:: CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL ##################################### *Tx Power Dynamic Control* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BT_HCI_VS_EXT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/bluetooth/controller/Kconfig:299`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:181`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. code-block:: kconfig 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.)*