From my understanding, notifications have guaranteed in-order delivery at the lower levels. I'm working on a small file transfer system out of an nrf52840, trying to decide if I can design the protocol for a lossless system.
Is it possible for the BLE notification to be delivered to the App out-of-order?
Is it possible for the notification to be received by the phone hardware but not delivered to my app on Android/iOS?