For the connection event collision, I have some doubts, I hope to get help in devzone
1, Figure 2 in above link, this situation will cause the slave to miss the anchor point, C0, then how to ensure that when sending C0 behind CREQ, the slave is in the listening state?
BLUETOOTH SPECIFICATION Version 5.0 | Vol 6, Part B page 2638
The slave listens for the packet sent by its master at the anchor point.
According to the spec, I don't know if the slave is starting a listener at the anchor point, or listening from this point until the end of the connection event.
2, about slave closes the event
BLUETOOTH SPECIFICATION Version 5.0 | Vol 6, Part B page 2643
If a packet is not received from the master by the slave, the slave will close the connection event.
According to spec,i dont know slave is based on what to determine it does not receive packet, like figure 2 in above link, will be judged by the slave can not receive and close connection event?
hope nordic can help answer these two questions, thanks.