I'm using SDK 7.1, PCA10028 eval board, SD310 2.0.1, MCP 3.6.0.8331
I have an ANT device, that on a button press, it must wake up, connect to an ANT channel, and send a few bytes of data.
The device is configured as the Master of the channel. I open the channel, but often miss the first few bytes of data - I believe this is because the Master and Slave have not yet sync'ed up.
In ant_parameters.h there is an EVENT_CONNECTION_SUCCESS, but this event is never triggered - does it only apply to the slave side of the connection? Is there a status call or event that lets the ANT master know when master and slave are synchronized (connected)?