How can I change MTU value on my BLUENRG-M2 module
I want to change the MTU value.
As far as I checked through the manual, the mtu value is confirmed through aci_gatt_exchange_config().
I want to change the MTU value set at this time.
It seems that it can be set when the stack is initialized, but there is no BlueNRG_Stack_Initialization_t variable in the example code.
I tried changing the ATT_MTU value in bluenrg1_gatt_server.h but it didn't work.
Any help would be greatly appreciated.
