Scanning large number of BLE Tags

巧了我就是萌 提交于 2019-12-04 05:20:19

I think there's no way to completely fix this issue on our side, but one thing you can do to decrease the likelihood of this error occurring is to do as few work as possible in the onLeScan-callback. It's called from a dedicated bluetooth-thread inside the system. From my experience, the error you mentioned occurs more often if you do a lot of work inside this callback / thread.

EDIT: I filed a bug report for this: https://code.google.com/p/android/issues/detail?id=65455

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!