Let me rephrase the question:
In scenario one, there are two nodes: one central/master and one peripheral/slave, in connection-oriented mode of operation. In the application layer, we need to synchronize these two nodes to sample the temperature sensor at the same time. One solution could be to get the “connection-event-finished” interrupt on both devices at the same time and to perform the sampling of the temperature sensor, at the same time. However, in KW36, we couldn’t get access to such an event (connection-event-finished).
In scenario two, there are one central/master and two peripherals/slaves, in connection-oriented mode of operation. How to synchronize these three nodes, in multiple connection scenario, in the application layer? Similarly, we don’t have access to the “connection-event-finished” interrupts.
What is your proposed solution to synchronize two or three BLE devices, in connection-oriented mode, in the application layer?
Regards,
Ayturk