I need to add tx power to my BLE advertising, but I need to ensure it is in the Scan Response only not the main AD PDU.
Also, I change the Tx power by code using the function sd_ble_gap_tx_power_set(), and I need the scan response to update accordingly.
I saw this ticket which indicates it isn't correct to manipulate the advertising service:
"when i change tx_power value in code, it has no effect on rssi value."
"I believe you should use ble_gap_tx_power_set function to change the power level."
So,
1.How can I force Tx Power to srdata?
2. Does sd_ble_gap_tx_power_set() update advertising? If not, how do I update it?
Thanks,