Hi! I'm having some trouble with missed BLE notifications. We are using a custom BLE service and characteristic on the nRF52840 Development Kits and Feathers with notifications to send sensor data. For a central device we're using a Raspberry Pi 3B+ as well as a Nordic nRF52840 Dongle programmed with the Zephyr RTOS hci_usb example. Using either of these, we are unable to receive all the notifications we're sending. Currently, we are attempting to send averaged sensor data every 10 ms from each peripheral, which should produce 100 log entries per second on our central device. What we're actually seeing is more like 50-65 entries per second using only one device. The sensors are an accelerometer and gyroscope being polled at 1 kHz, and we've confirmed on the peripheral side that we're getting the expected number of measurements. Is there some way to avoid this data loss, or is there a theoretical limit to how fast notifications are sent that we're missing? Thanks in advance for any help you can offer.