Bluetooth Low Energy (a.k.a Bluetooth LE, BTLE, Bluetooth Smart)

High Data Rate, Low Latency Transfers

13 Apr 2015

Thanks to Marcus Chang and Irit Arkin, there's a new document describing how you could accomplish fast data transfers over BLE: http://ble-intros.readthedocs.org/en/latest/AdvSamples/HighData/. Marcus has written a BlockTransferService based on these ideas; we should be bringing it out under the services/ folder of BLE_API. We'll work on creating a demo around the BlockTransferService; and we may re-implement the UART Service based on it.

Your feedback is welcome.