Preliminary main mbed library for nexpaq development

Committer:
nexpaq
Date:
Fri Nov 04 20:54:50 2016 +0000
Revision:
1:d96dbedaebdb
Parent:
0:6c56fb4bc5f0
Removed extra directories for other platforms

Who changed what in which revision?

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