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
Code: Select all
uint16_t [192]
Code: Select all
ble_gattc_write_flat()
Code: Select all
idf.py menuconfig
Code: Select all
CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=256
Is there a way to increase the MTU to solve this? I would prefer to send the 192 values in one packet so I would prefer not to use the long write function.
I'm sorry if this is question asked often, I can't seem to get the search button on the forum posts to show any similar posts.
Thanks
Darren