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:
LancasterUniversity
Date:
Wed Apr 06 18:40:40 2016 +0100
Revision:
1140:dd2f69fad8c6
Parent:
1134:faa0160c87ff
Synchronized with git rev bbc2dc58
Author: Joe Finney
microbit: Additional callback to indicate to applications when System
Attributes require initialisation from persistent storage.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vcoubard 1053:ec4a5b9b254e 1 # BLE API {#mainpage}
rgrover1 949:1902cbd0dd83 2
vcoubard 1053:ec4a5b9b254e 3 The BLE module within mbed OS offers a high abstraction level for using
rgrover1 949:1902cbd0dd83 4 Bluetooth Low Energy on multiple platforms.
rgrover1 949:1902cbd0dd83 5
vcoubard 1053:ec4a5b9b254e 6 This documentation describes the internal structure of the mbed
LancasterUniversity 1134:faa0160c87ff 7 [BLE API](https://github.com/armmbed/ble).
vcoubard 1053:ec4a5b9b254e 8
vcoubard 1053:ec4a5b9b254e 9 For getting started with BLE on mbed, check our [introduction
vcoubard 1053:ec4a5b9b254e 10 page](https://docs.mbed.com/docs/ble-intros/en/latest/).
vcoubard 1053:ec4a5b9b254e 11
vcoubard 1053:ec4a5b9b254e 12 For mbed OS examples using BLE, check [this
vcoubard 1053:ec4a5b9b254e 13 repository](https://github.com/armmbed/ble-examples). For mbed-classic
vcoubard 1053:ec4a5b9b254e 14 examples, please refer to [code under mbed.org](https://developer.mbed.org/teams/Bluetooth-Low-Energy/code/).
vcoubard 1053:ec4a5b9b254e 15
vcoubard 1053:ec4a5b9b254e 16 ## Supported Services
rgrover1 949:1902cbd0dd83 17
vcoubard 1053:ec4a5b9b254e 18 Currently supported reference services include:
rgrover1 949:1902cbd0dd83 19
vcoubard 1053:ec4a5b9b254e 20 * [Battery](@ref BatteryService)
vcoubard 1053:ec4a5b9b254e 21 * [Device Firmware Update (DFU)](@ref DFUService)
vcoubard 1053:ec4a5b9b254e 22 * [Device Information](@ref DeviceInformationService)
vcoubard 1053:ec4a5b9b254e 23 * [Health Thermometer](@ref HealthThermometerService)
vcoubard 1053:ec4a5b9b254e 24 * [Heart Rate](@ref HeartRateService)
vcoubard 1053:ec4a5b9b254e 25 * [UART](@ref UARTService)
vcoubard 1053:ec4a5b9b254e 26 * [UriBeacon](@ref URIBeaconConfigService)
vcoubard 1053:ec4a5b9b254e 27 * [iBeacon](@ref iBeacon)
vcoubard 1053:ec4a5b9b254e 28
vcoubard 1053:ec4a5b9b254e 29 The [documentation](https://docs.mbed.com/docs/ble-intros/en/latest/AdvSamples/Overview/)
vcoubard 1053:ec4a5b9b254e 30 contains an overview on how to create new, application-specific services.