xpg / GizwitsBLE

Android BLE SDK
Apache License 2.0
195 stars 89 forks source link

Long delays between requests #4

Closed iptelephony closed 8 years ago

iptelephony commented 9 years ago

Is there any way to speed up the request queue when communicating with multiple devices? I'm sending data to 3 devices. Right now, it takes around 300ms to complete.

ax003d commented 9 years ago

You can modify mTimeoutRunnable in BleService.java. Modify Thread.sleep(100) to a lower number, remember to modify REQUEST_TIMEOUT also.