Configuring and setting the TX power in BLE ADVertisement and connection.

Hello everyone. 

i want to configure the TX power of the NRF radio in BLE advertisement and connection of the NRF54L15 MCU. I am using the nrf Connect SDK version  2.7.0. the Online Documentation show me to use  CONFIG_BT_CTLR_TX_PWR_MINUS_<X> or CONFIG_BT_CTLR_TX_PWR_PLUS_<X> in the prj.conf file. But after setting the TX Power to +8db here (CONFIG_BT_CTLR_TX_PWR_PLUS_8=y). i don't get the correct power output as when i read the NRF_RADIO->TXPWR register in case of advertisement and connection. i get the value of -2dbm. i am not understanding why it this so. also i did'nt see any API provided by Zephyr's to control the TX and RX power of Radio. please help me in this.

Related