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

ble_advertising_advdata_update() giving error when called inside radio notification

I am calling my advertising update inside:

void SWI1_IRQHandler(bool radio_evt)
{
.....


}

And my advertising update gives an error, otherwise if I use inside a timer it works fine.

Related