-
Is it better as the ATT MTU size is larger?
I am trying to do nus communication between nrf board 1 and board 2.
The data size I want to send is about 30 bytes. Previously, the att mtu size was set to 247 and the data length was set to 251.
Having consulted various websites, I know that increasing the att mtu size as much as possible is a way to increase the data transfer speed.
Although the data I send is much smaller than 247, is it effective to increase this value significantly?
In fact, if you decrease this value, the Bluetooth reception rate decreases.
I thought I could just adjust the max value of att mtu to the optimal value, but what is the reason for the slow speed?