Hi everyone.
I want to stream 12kB of ADC data from the thingy 52 via BLE. At the moment this takes around 4 seconds to do which is to slow so i would like to increase throughput by utilising DLE but unsure how to implement it.
Is it enough to increase the MTU size and send bigger packages to sd_ble_gatts_hvx() function as the BLE_GAP_DATA_LENGTH_AUTO is on auto? Or what would be the steps needed to implement this supposing that both devices support DLE?
Thankful for help
//Rilleaa