mbed-os

Fork of mbed-os by erkin yucel

Committer:
xuaner
Date:
Thu Jul 20 14:26:57 2017 +0000
Revision:
1:3deb71413561
Parent:
0:f269e3021894
mbed_os

Who changed what in which revision?

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