SDK: 15.3.0
SoftDevice: S132
Device: EYSHJNZWZ (nRF52832)
Is it possible to "WRITE" a characteristic that is larger than the MTU?
As an example, we are considering the following settings.
MTU size : 23Byte
Characteristic size : 160Byte
Will the data be divided into multiple "WRITE"?
In the above example, we think it will be divided into 8 times ( = 160 / (23-3)).