Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
To set the transmit power for advertisement, I am using sd_ble_gap_tx_power_set() function.
Is there an api/function by which I can get the transmit power that is set by stack?
We do have local variable that monitors the power set in our application but want to get/read the power set by the stack.