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

New API for BLE

06 Jun 2014

Hi,

I've been making some changes to the Bluetooth Smart API with the intention of making it simpler. Please take a look at the following updated demo which uses updated versions of the supporting libraries.

http://mbed.org/users/rgrover1/code/BLE_HeartRate/

I've simplified the APIs for accumulating advertisement data; for setting up notification callbacks; and for updating Characteristics. The demo has become neutral of the underlying BLE transport; and I believe it reads simpler.

Your feedback would be helpful.