CONFIG_CAF_BLE_STATE_TX_PWR
(No prompt – not directly user assignable.)
Type: int
Help
For nrfxlib LL TX power has to be set using HCI commands.
Zephyr Kconfig options are ignored.
Defaults
0 if
BT_CTLR_TX_PWR_0
-4 if
BT_CTLR_TX_PWR_MINUS_4
-8 if
BT_CTLR_TX_PWR_MINUS_8
-12 if
BT_CTLR_TX_PWR_MINUS_12
-16 if
BT_CTLR_TX_PWR_MINUS_16
-20 if
BT_CTLR_TX_PWR_MINUS_20
-30 if
BT_CTLR_TX_PWR_MINUS_30
-40 if
BT_CTLR_TX_PWR_MINUS_40
Kconfig definition
At <nRF>/subsys/caf/modules/Kconfig.ble_state:50
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:50
→ <nRF>/subsys/caf/Kconfig:16
→ <nRF>/subsys/caf/modules/Kconfig:10
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework → Bluetooth LE state module
config CAF_BLE_STATE_TX_PWR
int
default 8 if BT_CTLR_TX_PWR_PLUS_8
default 7 if BT_CTLR_TX_PWR_PLUS_7
default 6 if BT_CTLR_TX_PWR_PLUS_6
default 5 if BT_CTLR_TX_PWR_PLUS_5
default 4 if BT_CTLR_TX_PWR_PLUS_4
default 3 if BT_CTLR_TX_PWR_PLUS_3
default 2 if BT_CTLR_TX_PWR_PLUS_2
default 0 if BT_CTLR_TX_PWR_0
default -4 if BT_CTLR_TX_PWR_MINUS_4
default -8 if BT_CTLR_TX_PWR_MINUS_8
default -12 if BT_CTLR_TX_PWR_MINUS_12
default -16 if BT_CTLR_TX_PWR_MINUS_16
default -20 if BT_CTLR_TX_PWR_MINUS_20
default -30 if BT_CTLR_TX_PWR_MINUS_30
default -40 if BT_CTLR_TX_PWR_MINUS_40
depends on CAF_BLE_STATE && CAF
help
For nrfxlib LL TX power has to be set using HCI commands.
Zephyr Kconfig options are ignored.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)