0

I am developing health application so use BLE device(Hardware).

  1. From BLE Device send 25 byte at one packet but on mobile(Android) side we receive 20 byte. (I am refer this link)
  2. 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.
  3. We require 500 packet in 1 second. But get only 10 Packet in 1 second.
  4. 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

Community
  • 1
  • 1
Amit
  • 51
  • 9

1 Answers1

0

Have you tried setting requestConnectionPriority to CONNECTION_PRIORITY_HIGH

Isaac
  • 1,442
  • 17
  • 26