Hi All,
I am building my project on the SimpleBLEPeripheral for CC2540. All is going OK.
Part of my project is some data acquisition which will block the CPU for 500ms.
Clearly I can set my Bluetooth connection intervals to allow for this (DEFAULT_DESIRED_MIN_CONN_INTERVAL etc. etc.).
However, I would like to synchronise my data acquisition with the BT stack sleeping for this interval.
Is there any way to determine when the BT stack is going to sleep for the connection interval, so I can jump in and not upset the BT timing?
Many thanks,
Chris.