Hi. I'm using PCA10028, SDK12.2.0, S130 as central.
As I know "sd_ble_gap_tx_power_set" function let me set Advertising Tx power.
How can I set Tx power if i want to use it Central? Is it same as periphral?
I hope your reply.
yest it is same as peripheral.
Thank you for your reply. The Max. power is 4 as below? err_code = sd_ble_gap_tx_power_set(4); APP_ERROR_CHECK(err_code);
I need your help.