This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Transferring large amounts of data

What is the best way to transfer an array of individual values using the BLE stack?

Is it by appending all the values into one blob and sticking it into a characteristic value? What would the maximum size of that blob be with nordic's stack?

Or is it better to establish a quick connection (not sure if possible to modify connection parameters on iOS side) and transfer the array one-by-one?

Related