nRF54L15 change tx power

Hi nRF experts.

We built a module using nRF54L15,
We are doing some verification.
We need to do a distance test, so we need to set the tx power of the interval between advertising and connection interval to 8.
I used the peripheral_uart sample.
Then the following declaration (ref:devzone.nordicsemi.com/.../configuring-and-setting-the-tx-power-in-ble-advertisement-and-connection) was added to prj.conf.

CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y

But from ppk, the peak current seems not to be reflected, his tx power=8

Could you give me some suggestions?

Thanks.

Parents Reply Children
No Data
Related