This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Maximum data length to send

Hello! What is maximum number of bytes can I send from Central/Peripheral to Peripheral/Central device in one packet? Can I send more than 200 bytes in one packet? I want to implement something like TCP/IP connection with confirmation.

  • @Bishop: The maximum payload length for a packet with our stack is 20 bytes. Attribute's value that is longer than 20 bytes can be transmitted using queued write or read blob. But the payload on each packet is max 20 bytes.

    Note that you can use write with response and/or indication if you need acknowledgment from the peer device.

Related