This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Help !! I have encryption done each connection (bonded devices) and I2C event every 50ms. In connexion establishement some i2c data are lost !!!



the system is to send push done from the perepheral to master. the master operates an i2c peripheral ( i2c slave) every 50ms.  The peripheral send them just after the connection establishment, i have many lost data (not arrived via i2c although they are received via notification) 

The data is lost around the connection establishment.. the i2C datra works well after connection done...i cancelled bonding  and pairing (so no start encryption at every connection establishment)  the problem doesn't persist anymore !!!

I also tried another solution which is to send the first 3 notification notification with a delay of 400ms between each then the rest with 100ms, that work well event with encryption.

Any idea  ?