Hello,
I have a problem using the radio notifications. I use the softdevice V. 15.3.0.
I would like to have an interrupt every time I send an advertisement, which I can achieve using:
ble_radio_notification_init( 2, NRF_RADIO_NOTIFICATION_DISTANCE_800US, interrupt_func)
While this is working fine on its own, the interrupt is not only triggered by advertisements, but also from radio activities coming from a scanner which is running simultaneously. Is there a way to find out if the interrupt was triggered by advertisement or the scanner? Also if I could just get an interrupt when advertising this would be fine.
Best Regards,
Lukas
Edit: Wrong naming, mistaken advertisement and notification.