Hello,
I'm sending 45 bytes from central to peripheral via GATT_WriteLongCharValue (Display Data)
With Slave Latency = 0x00 and Connection Intervall = 37.5ms, I log following data (writing header + 22 unicode chars)
So the command GATT_WriteLongCharValue with 45 Bytes length takes ~263ms. Could I speed up this communication (without increasing connectino intervall)?
I'm just wondering why 8 data packets are needed to send a 44 byte message.
greetings,
Elias