Lancaster University's fork of the mbed BLE API. Lives on github, https://github.com/lancaster-university/BLE_API

Dependents:   microbit-dal microbit-dal microbit-ble-open microbit-dal ... more

Fork of BLE_API by Bluetooth Low Energy

Committer:
rgrover1
Date:
Thu Nov 26 12:52:09 2015 +0000
Revision:
951:2dc552be2b94
Synchronized with git rev 6e837e3e

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rgrover1 951:2dc552be2b94 1 #BLE API
rgrover1 951:2dc552be2b94 2
rgrover1 951:2dc552be2b94 3 The BLE module within mbed OS offers a high abstraction level for using
rgrover1 951:2dc552be2b94 4 Bluetooth Low Energy on multiple platforms.
rgrover1 951:2dc552be2b94 5
rgrover1 951:2dc552be2b94 6 This documentation describes the internal structure of the mbed
rgrover1 951:2dc552be2b94 7 [BLE API](https://github.com/armmbed/ble). It was automatically generated from
rgrover1 951:2dc552be2b94 8 specially formatted comment blocks in BLE API's source code using Doxygen (see http://www.stack.nl/~dimitri/doxygen/ for more information on Doxygen).
rgrover1 951:2dc552be2b94 9
rgrover1 951:2dc552be2b94 10 For getting started with BLE on mbed, check our [introduction
rgrover1 951:2dc552be2b94 11 page](https://docs.mbed.com/docs/ble-intros/en/latest/).
rgrover1 951:2dc552be2b94 12
rgrover1 951:2dc552be2b94 13 For mbed OS examples using BLE, check [this
rgrover1 951:2dc552be2b94 14 repository](https://github.com/armmbed/ble-examples). For mbed-classic
rgrover1 951:2dc552be2b94 15 examples, please refer to [code under mbed.org](https://developer.mbed.org/teams/Bluetooth-Low-Energy/code/).