We are using the Softdevice controller from the nRF Connect SDK on the nrf5340 processor and have implemented the commands to read and set the tx power level in the controller. Do you know if passing a tx power level of 3 with the HCI BT_HCI_OP_VS_WRITE_TX_POWER_LEVEL command will set the tx power level to +3dBm in the nrf5340 radio? There's a note in the datasheet stating +3dBm power is possible if the VREQCTRL.VREQH is set. What happens if we try to set a power level greater than 3 dBm? Does the get TX power command (BT_HCI_OP_VS_READ_TX_POWER_LEVEL ) return a truncated power level to be reflective of the actual setting?
Thanks!