I am developing health application so use BLE device(Hardware).
- From BLE Device send 25 byte at one packet but on mobile(Android) side we receive 20 byte. (I am refer this link)
- When receiving each packet send acknowledgement to BLE device. But we this process is very slow. and we can't get packet in particular time.
- We require 500 packet in 1 second. But get only 10 Packet in 1 second.
- Main problem is not getting packets as per as requirement.
So please tell me is BLE send packet as faster as my requirement or if not then i am using again Bluetooth?
Please suggest me tutorial to get data faster from BLE