NimBLE-Arduino
NimBLE-Arduino copied to clipboard
Set MTU more than 255 bytes
Hi, I use NimBLE on ESP32, but I can't set the MTU value to more than 255 bytes. is there any limitation ?
best regards
Yes, the limitation is the value set by client and by server. The lower value will be negotiated.
Thanks for your response. I got it.