Hi everyone,
I want to set TX_POWER using sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV,m_adv_handle,RADIO_TXPOWER_TXPOWER_Pos4dBm);
m_adv_handle = BLE_GAP_ADV_SET_HANDLE_NOT_SET;
m_adv_handle parameter is wrong passed to the function.
I am refering this link https://devzone.nordicsemi.com/f/nordic-q-a/72412/how-to-set-tx_power-using-sd_ble_gap_tx_power_set-on-nrf52832,
but still problem not solved.