Hi all,
I have a question regarding to BLE Notifications. In my design, there is one master mobile device (iOS or Android device) and one slave CC2540 chip. My connection interval is 20 ms between two devices. Once I establish the connection, I send notifications from CC2540 to mobile device every 20 ms. I have a byte stream that I would like to send from slave to master. I send 40 packets of notification toe-to-toe. Each packet contains 20 bytes of information and there is not any packet number identifier field in 20 byte payload of the packets.
When I send notifications back to back, will master receive all the packets in the same order I send from the slave, or the order of the packets may mixed?
I would be happy if you can help me with this question,
Thank you, and have a great day!