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
I'm running the server example on an ARM embedded system equipped with Linux and to test it I sent some data through Renesas GATTBrowser on an Android device.
The example has been slightly modified to print the received data (below the interesting part of the code):
I saw that the payload is always truncated to 20 bytes, no matter how many bytes I send from the Android device.
Is there a way to change the MTU or maybe enable some sort of chunking?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
I'm running the server example on an ARM embedded system equipped with Linux and to test it I sent some data through Renesas GATTBrowser on an Android device.
The example has been slightly modified to print the received data (below the interesting part of the code):
I saw that the payload is always truncated to 20 bytes, no matter how many bytes I send from the Android device.
Is there a way to change the MTU or maybe enable some sort of chunking?
Thank you in advance!
The text was updated successfully, but these errors were encountered: