I'm trying to add BLE support to an existing ANT sensor. I intend to transmit information over ANT and BLE at the same time. In my current ANT implementation, I'm using the EVENT_TX reported by the softdevice event handler to trigger the next message in turn. In the reference examples for BLE sensors, the transmission is ruled by a timer that executes the tx task periodically.
Which one of those two different approach is correct? Which one should I choose when I implement both BLE and ANT in the same sensor? What happens if I use both? can they collide?
Thanks!