add "LE Device Address" 0x1B to advertising data types

Fork of BLE_API by Bluetooth Low Energy

DOXYGEN_FRONTPAGE.md

Committer:
rgrover1
Date:
2015-12-10
Revision:
1029:a5d0fec3b17c
Parent:
1028:9dc2ab644517
Child:
1035:d8ba3cb5a39a

File content as of revision 1029:a5d0fec3b17c:

# BLE API {#mainpage}

The BLE module within mbed OS offers a high abstraction level for using
Bluetooth Low Energy on multiple platforms.

This documentation describes the internal structure of the mbed
[BLE API](https://github.com/armmbed/ble).

For getting started with BLE on mbed, check our [introduction
page](https://docs.mbed.com/docs/ble-intros/en/latest/).

For mbed OS examples using BLE, check [this
repository](https://github.com/armmbed/ble-examples). For mbed-classic
examples, please refer to [code under mbed.org](https://developer.mbed.org/teams/Bluetooth-Low-Energy/code/).

## Supported Services

Currently supported reference services include:

* [Battery](@ref BatteryService)
* [Device Firmware Update (DFU)](@ref DFUService)
* [Device Information](@ref DeviceInformationService)
* [Health Thermometer](@ref HealthThermometerService)
* [Heart Rate](@ref HeartRateService)
* [UART](@ref UARTService)
* [UriBeacon](@ref URIBeaconConfigService)
* [iBeacon](@ref iBeacon)

The [documentation](https://docs.mbed.com/docs/ble-intros/en/latest/AdvSamples/Overview/)
contains an overview on how to create new, application-specific services.