How to send 25 packets of data each second

I am not able to send 25 array packets each second. array size is 244 bytes

I am reading the sensor data continuosly and every 40 ms i am sending the data to bluetooth using gatt_notify

Each second the receiver receiving different number of packets 

1st second 24 packets
2nd second 25 packets 
3rd second 23 packets like wise Receiver receiving the data 

every second 25 packets are not receiving 


Please help on this 

Thank you in advance

Related