I am using the nRF52840 and the pair of Nordic BLE UART Demo projects ble_app_uart_c_pca10056_s140 and ble_app_uart_pca10056_s140
Please can you tell me how to change the transmit gain to (+8dB) and specifically where in the demo code this instruction needs to be added?
I suspect that the correct function call is the sd_ble_gap_tx_power_set
However it is unclear what role parameter to apply, whether it needs to be called multiple times (once per role), and where in the demo code to add these instructions.
It is also unclear as to whether the Tx gain change instruction needs to just be added to the central, or also to the peripheral project code.
Thank you.