What is the maximum amount of data we can write to a CBPeripheral through iOS BTLE. Is this 130 bytes?

有帮助吗?

解决方案

It seems to be 37 bytes of data per frame (you can find it at the beginning of the 3rd part of this).

EDIT : From Apple's WWDC classes, default MTU seems to be 23 bytes of data per frame. If you have a developer account, you can find the video / pdf here. I think these information is more relevant than the previous one.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top