:orphan: .. title:: choice BT_CTLR_TX_PWR: Tx Power .. _choice_354: .. describe:: choice BT_CTLR_TX_PWR: Tx Power *Tx Power* Type: ``bool`` Help ==== Select the supported BLE Radio transmit power level in dBm. Direct dependencies =================== \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BT_CTLR_TX_PWR_0 ` Choice options ============== - \ :option:`BT_CTLR_TX_PWR_PLUS_8 ` - \ :option:`BT_CTLR_TX_PWR_PLUS_7 ` - \ :option:`BT_CTLR_TX_PWR_PLUS_6 ` - \ :option:`BT_CTLR_TX_PWR_PLUS_5 ` - \ :option:`BT_CTLR_TX_PWR_PLUS_4 ` - \ :option:`BT_CTLR_TX_PWR_PLUS_3 ` - \ :option:`BT_CTLR_TX_PWR_PLUS_2 ` - \ :option:`BT_CTLR_TX_PWR_0 ` - \ :option:`BT_CTLR_TX_PWR_MINUS_4 ` - \ :option:`BT_CTLR_TX_PWR_MINUS_8 ` - \ :option:`BT_CTLR_TX_PWR_MINUS_12 ` - \ :option:`BT_CTLR_TX_PWR_MINUS_16 ` - \ :option:`BT_CTLR_TX_PWR_MINUS_20 ` - \ :option:`BT_CTLR_TX_PWR_MINUS_30 ` - \ :option:`BT_CTLR_TX_PWR_MINUS_40 ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:215`` 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 .. parsed-literal:: choice BT_CTLR_TX_PWR bool "Tx Power" default \ :option:`BT_CTLR_TX_PWR_0 ` depends on \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Select the supported BLE Radio transmit power level in dBm. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*