Hello,
nRF SDK 17.0.2, keil5
how to create a thread? for runing decode.
Best regards
Hello,
nRF SDK 17.0.2, keil5
how to create a thread? for runing decode.
Best regards
schedule_event_handler needs to be a callback to some functionality like BLE event handler callback or being called from BLE event handler for example. Please get your application reviewed by a software architect, you need to first have an architecture at hand before trying to implement things.