High level Bluetooth Low Energy API and radio abstraction layer

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more

Overview

The BLE_API is a high level abstraction for using Bluetooth Low Energy on multiple platforms. For details and examples using the BLE_API please see the BLE_API Summary Page. Or click on the API Documentation tab above.

Supported Services

Supported services can be found in the BLE_API/services folder.

Committer:
rgrover1
Date:
Thu Nov 26 12:52:35 2015 +0000
Revision:
971:acf895ac7ae4
Synchronized with git rev 62e119b5

Who changed what in which revision?

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