ESP32 Bluedroid Connection parameters for maximum transfer speed
Posted: Wed Oct 20, 2021 12:09 pm
I am using Bluedroid Stack (BLE) and Communicating with Mobile App(Newly developed),
transferring the 500 KB data takes a lot of time(15 mints) - GATT profile.
MTU size configured: 512
Connection parameters:
latency: 0
max_int: 0x20
min_int: 0x10
timeout: 400
please suggest how to improve the transfer speed and ways to check (tools) to see if the problem is ESP32 side or Mobile App side.
where optimization requires.
transferring the 500 KB data takes a lot of time(15 mints) - GATT profile.
MTU size configured: 512
Connection parameters:
latency: 0
max_int: 0x20
min_int: 0x10
timeout: 400
please suggest how to improve the transfer speed and ways to check (tools) to see if the problem is ESP32 side or Mobile App side.
where optimization requires.