I am using the Direct Test Mode sample as a starting point (samples\bluetooth\direct_test_mode). I am using NRF Connect SDK Toolchain v2.5.0 and NRF Connect SDK v2.5.0. I want to add increase the TX power to 3dB.
When I set CONFIG_BT_CTLR_TX_PWR_PLUS_3=y in prf.conf, I get the warning:
warning: The choice symbol BT_CTLR_TX_PWR_PLUS_3 (defined at
subsys/bluetooth\controller/Kconfig:292) was selected (set =y), but no symbol ended up as the choice
selection. See docs.zephyrproject.org/.../kconfig.html and/or
look up BT_CTLR_TX_PWR_PLUS_3 in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.
Then, when I try to set CONFIG_BT_CTLR_TX_PWR=y, I get:
warning: attempt to assign the value 'y' to the undefined symbol BT_CTLR_TX_PWR
and the build fails.
How to configure TX transmission power?