I created a BLE central device using nrf51422 chip base on S120, it connects to a peripheral device which can send around 12k bytes in 10 seconds. My device always received around 500 (HVN events) instead of 600 (12000 bytes/ 20 bytes). I already made the min and max connect interval to 7. It looks like the less connect interval the more packages I can get. #define MIN_CONNECTION_INTERVAL 7 #define MAX_CONNECTION_INTERVAL 7 I can't make it less because it will cause connection failed. What's else can I do to get all packets.
In fact, the bit-rate is much less the capacity of 51822, is right?
Teddy