BLE Characteristics Read/Write Data Getting Truncated #1674
Unanswered
bwinklesky
asked this question in
Q&A
Replies: 1 comment 3 replies
-
If ESP32 acting as a Periperal (Server) or Central (client). For peripheral mode the max mtu that can be set by the calling program is 517 bytes. But on nF for Central there is no setting available (default is 23 bytes). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the Read and Write characteristics and serializing JSON data that has a length of 1215. When reading the response from a mobile app, the data is getting truncated to a length of 765. Using C++ the same data doesn't get truncated and I can read and write without being truncated.
Is there a setting in I need to adjust when setting up the characteristic in NF?
Beta Was this translation helpful? Give feedback.
All reactions