Maximum number of bytes can be sent at a time to mobile device ?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

I wanted to send the data packets from ble to mobile.it's working fine  , and  the packet size is 20bytes .

Now i want to send more number of bytes per each packet.

can you please tell me maximum number of bytes sending /packet supported by psoc 4 ble.

Thanks in advance.

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Hi Trivenu,

You can set the ATT MTU size to 512 byte, then the maximum number of bytes is 509.

You can find more details here: Maximum Packet Size According to MTU - KBA203312

Regards,

Owen

View solution in original post

0 Likes
2 Replies
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Hi Trivenu,

You can set the ATT MTU size to 512 byte, then the maximum number of bytes is 509.

You can find more details here: Maximum Packet Size According to MTU - KBA203312

Regards,

Owen

0 Likes
Anonymous
Not applicable

Note: Both the phone and the device need to agree on using the larger MTU to function properly. Technically the central-side will control the MTU size, but if the peripheral never uses it, then it is as good as not being enabled, and I'm unaware of how the peripheral will handle larger-than-MTU packets received from the central-side.

0 Likes