NimBLE-Arduino icon indicating copy to clipboard operation
NimBLE-Arduino copied to clipboard

Set MTU more than 255 bytes

Open etoshey opened this issue 2 years ago • 2 comments

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

etoshey avatar Dec 07 '22 13:12 etoshey

Yes, the limitation is the value set by client and by server. The lower value will be negotiated.

chegewara avatar Dec 07 '22 22:12 chegewara

Thanks for your response. I got it.

etoshey avatar Dec 10 '22 07:12 etoshey