I want to send a single advertising packet, do a few things, then send another single advertising packet. I'm basing my code off of the simpleBLEBroadcaster example and I'm having trouble digging through the code to figure out how to do this.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I want to send a single advertising packet, do a few things, then send another single advertising packet. I'm basing my code off of the simpleBLEBroadcaster example and I'm having trouble digging through the code to figure out how to do this.
You can control RFC directly to send advertising packet. The code size is very small since all other protocols are not required. Please search CMD_RADIO_SETUP in this forum, you see find an example code.