Hi Dialog,
In order to indicate more than 20 bytes of data, we need to increase the MTU size.
What is the disadvantage of doing that? E.g. Will it also increase our power consumption? Will it decrease the throughput?
谢谢!
Device:
For packets larger than the default MTU size (23 bytes), they are splitted up in multiple fragments.
So sending three notifications of 20 bytes each will require the same number of LL packets if you send 60 bytes with a large MTU and therefore consume the same amount of energy.