Hi,
I'm having some difficulties to decided how I should solve the following problem. I would need to have two identical CC26x2 both send a 4kB large file (e.g. jpeg image) to each other, once they are connected.
During the connection of these two devices, they are each both a GATT Client & Server (due to multi_role).
What would the best way to transfer a 4kB large File (e.g. JPEG Image) from one CC26x2 to another CC26x2 (and vice versa).
Is it quicker to do it via GATT_Write, GATT_WriteLong or maybe even over GATT_Read?
How long should this whole process take about when using the PHY @ 1Mbps?
I'm currently using the SimpleLink CC13x2 26x2 3.20.0.68 BLE5 SDK (with multi_role project)
Thanks in advance!
SPEEDBIRD