How can I increase the throughput of my BLE application?

梦想的初衷 提交于 2019-12-02 04:37:17

Please have a look at the MTU size. My experience:

Using a iOS central, the central automatically starts the MTU size negotiation with some large value. I think it is larger than 200 bytes.

On most Android devices I tested this does not start automatically but you have to start the MTU size negotiation by your app (central). If you do not do that, Android cuts your data into 20 byte pieces. This has big influence on your throughput.

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