I'm working on an application on a SmartRF06 Board using CC2640.
I'm currently sending sensor data via BLE and would like to synchronize my function for collecting sensor data right before the next LE Connection Event starts.
In CC2540 a synchronization should be possible using LL_TimeToNextRfEvent(), but this function doesn't seem to exist in CC2640.