How to set the RF output power
I'm investigating how to change the TX output power for hardware testing.
I was able to confirm that the power changes by writing BLE_TransparentMode to the STM32WBA25 and sending the following HCI command via UART.
0x01 0x0F 0xFC 0x02 <EnHighPower> <PowerLevel>
However, while Table 468 of AN5270 suggests that it can be set up to +6dBm, there appears to be no change in the actual output between setting it to 0dBm and setting it to +6dBm.
0x01 0x0F 0xFC 0x02 0x01 0x19
0x01 0x0F 0xFC 0x02 0x01 0x1F
Setting it to a value lower than 0dBm seems to change the output as expected.
Is it actually not possible to set it to a value higher than 0dBm?
