高拉ughput that is device agnostic.
In my use case I need to provide the highest throughput that the BLE spec safely allows yet has to be agnostic to which type of hardware device is on the client side. Our current implementation uses a bluetooth classic chipset to transmit data using serial, tftp and ppp services to another device. The data is sent as individual files that are approximately 20-30k a piece. A prototype board we spun uses the da14580 and I was able to download a custom fully hosted image via SPI to the board, but I am now looking at how to transfer data via BLE in the most efficient way possible.
