This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Setting TX power of nRF52832

Hi,

I set TX power for ble_app_uart application like this;

advertising

sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV, m_advertising.adv_handle , 4);

peripheral

sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV, m_conn_handle , 4);

I didn't see any range differences, so i suspected. Is it possible to verify?

How to set handle parameter of the function as general? 

Best Regards

Related