Does sd_ble_gap_tx_power_set() change tx power after executing sd_ble_gap_adv_start() in realtime ?
Does sd_ble_gap_tx_power_set() change tx power after executing sd_ble_gap_adv_start() in realtime ?
Have you seen this?
So, yes, you can change the TX power at any time, even after having started advertising.
Sorry for asking duplicate question.. It was good to confirm about this. Thank you.
I`m new to this forum.. not sure if it is a good practice to add a new question here, but since it is very related.. here it goes: I have an application wich requires different TX power levels for ANT protocol and BLE (using 51422). For example, all BLE communication must take place with -8dbm while all ANT communications must have +4dbm. Is this possible with S310 softdevice?