You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can check BLE exchanges with PacketLogger (presented on WWDC 2019) [Link]
MTU proposed by iOS devices is 185, on robot side, it depend on mbed/cordio configuration. There is one for MTU desired, but another parameter set the reception buffer and that one also influence the negotiation of MTU.
"rx-acl-buffer-size": {
"help": "Size of the buffer holding the reassembled complete ACL packet. This will limit the effective ATT_MTU (to its value minus 4 bytes for the header). The size of the buffer must be small enough to be allocated from the existing cordio pool. If this value is increased you may need to adjust the memory pool.",
"value": 70
No description provided.
The text was updated successfully, but these errors were encountered: