Want to realize a function: stop broadcasting after a broadcast, update the broadcast content, and then start broadcasting again after the specified timeout. How can I judge the end of a broadcast and how to realize it with radio event?
Want to realize a function: stop broadcasting after a broadcast, update the broadcast content, and then start broadcasting again after the specified timeout. How can I judge the end of a broadcast and how to realize it with radio event?
Added: My app also has scanning capabilities, how do I tell if a radio event is a scan event or a broadcast event?
The closest we have is:
https://infocenter.nordicsemi.com/topic/sds_s140/SDS/s1xx/radio_notif/radio_notification.html
There is also a ble_radio_notification.c module in the nRF5 SDK with api and callback handler.
Kenneth
Sorry, we didn't see the right solution in the link you gave