-
choice: Tx Power
Tx Power
Type: bool
Help¶
Select the supported BLE Radio transmit power level in dBm.
Defaults¶
BT_CTLR_TX_PWR_0
ifBT_CTLR
&&BT_HCI
&&BT
Choice options¶
BT_CTLR_TX_PWR_PLUS_8
BT_CTLR_TX_PWR_PLUS_7
BT_CTLR_TX_PWR_PLUS_6
BT_CTLR_TX_PWR_PLUS_5
BT_CTLR_TX_PWR_PLUS_4
BT_CTLR_TX_PWR_PLUS_3
BT_CTLR_TX_PWR_PLUS_2
BT_CTLR_TX_PWR_0
BT_CTLR_TX_PWR_MINUS_4
BT_CTLR_TX_PWR_MINUS_8
BT_CTLR_TX_PWR_MINUS_12
BT_CTLR_TX_PWR_MINUS_16
BT_CTLR_TX_PWR_MINUS_20
BT_CTLR_TX_PWR_MINUS_30
BT_CTLR_TX_PWR_MINUS_40
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:142
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:145
Menu path: (top menu) → Bluetooth
choice bool prompt "Tx Power" ifBT_CTLR
&&BT_HCI
&&BT
defaultBT_CTLR_TX_PWR_0
ifBT_CTLR
&&BT_HCI
&&BT
depends onBT_CTLR
&&BT_HCI
&&BT
help Select the supported BLE Radio transmit power level in dBm.
(Definitions include propagated dependencies, including from if’s and menus.)