You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function sd_ble_gap_tx_power_set (here) will also return NRF_SUCCESS on invalid power levels. So the function ble_set_max_tx_power which tries different power levels will not work any more.
The function
sd_ble_gap_tx_power_set(here) will also returnNRF_SUCCESSon invalid power levels. So the functionble_set_max_tx_powerwhich tries different power levels will not work any more.