I would like to know when each BLE advertising event has ended for possibility stop after specific number of events and to be able to update advertising data between events if needed. I would like to process this event at application processor side.
This was possible with our previous product on nRF52 SDK using SWI1_IRQ and "radio_notification_init(3, NRF_RADIO_NOTIFICATION_TYPE_INT_ON_INACTIVE, NRF_RADIO_NOTIFICATION_DISTANCE_NONE)". This same mechanism naturally do not exist with nRF Connect SDK for nRF5340 which we are using on a new product under development.
- Arto