Search found 1 match

by dazzalicious
Sun Nov 07, 2021 3:15 am
Forum: General Discussion
Topic: How to set the MTU for BLE Nimble
Replies: 1
Views: 3288

How to set the MTU for BLE Nimble

Hi, I have adapted the NIMBLE BLE examples blecent and bleprph and have a situation where my blecent ESP32-C3 chip is trying to write 192 values in a uint16_t [192] array to the bleprph chip with the ble_gattc_write_flat() function. At the moment only 20 of the values are being received. I think tha...