I'm currently working on an application where a master has to connect to a slave.
The slave is advertising with undirected, connectable advertises.
At some point, the master application will ask for a connection to the slave.
Is there a possibility that the procedure does not succeed (maybe some packets during the validation are lost)?
I'm excluding the cases
- the slave request a disconnect
- after the connection procedure is completed, the slave goes out of range and therefore, the connection timeout trigger a disconnection.
Thank you