I'm using BLE Nordic UART Service (NUS) for streaming data packets which contains read sensor data. I need a way to check the packet loss happening for example if the other device gets slightly out of BLE range for a bit of time and then comes in range immediately. So that I can attempt to retry sending those packets again. As am just getting started with BLE what all are the possible ways in which I can do it or resources from which I can gain more information about this packet loss handling.
Thanks