Marco Zecchini
/
Example_RTOS
Rtos API example
mbed-os/features/FEATURE_BLE/DOXYGEN_FRONTPAGE.md@0:9fca2b23d0ba, 2019-02-23 (annotated)
- Committer:
- marcozecchini
- Date:
- Sat Feb 23 12:13:36 2019 +0000
- Revision:
- 0:9fca2b23d0ba
final commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
marcozecchini | 0:9fca2b23d0ba | 1 | # BLE API {#mainpage} |
marcozecchini | 0:9fca2b23d0ba | 2 | |
marcozecchini | 0:9fca2b23d0ba | 3 | The BLE module within mbed OS offers a high abstraction level for using |
marcozecchini | 0:9fca2b23d0ba | 4 | Bluetooth Low Energy on multiple platforms. |
marcozecchini | 0:9fca2b23d0ba | 5 | |
marcozecchini | 0:9fca2b23d0ba | 6 | This documentation describes the internal structure of the mbed |
marcozecchini | 0:9fca2b23d0ba | 7 | [BLE API](https://github.com/armmbed/ble). |
marcozecchini | 0:9fca2b23d0ba | 8 | |
marcozecchini | 0:9fca2b23d0ba | 9 | For getting started with BLE on mbed, check our [introduction |
marcozecchini | 0:9fca2b23d0ba | 10 | page](https://docs.mbed.com/docs/ble-intros/en/latest/). |
marcozecchini | 0:9fca2b23d0ba | 11 | |
marcozecchini | 0:9fca2b23d0ba | 12 | For mbed OS examples using BLE, check [this |
marcozecchini | 0:9fca2b23d0ba | 13 | repository](https://github.com/armmbed/ble-examples). For mbed-classic |
marcozecchini | 0:9fca2b23d0ba | 14 | examples, please refer to [code under mbed.org](https://developer.mbed.org/teams/Bluetooth-Low-Energy/code/). |
marcozecchini | 0:9fca2b23d0ba | 15 | |
marcozecchini | 0:9fca2b23d0ba | 16 | ## Supported Services |
marcozecchini | 0:9fca2b23d0ba | 17 | |
marcozecchini | 0:9fca2b23d0ba | 18 | Currently supported reference services include: |
marcozecchini | 0:9fca2b23d0ba | 19 | |
marcozecchini | 0:9fca2b23d0ba | 20 | * [Battery](@ref BatteryService) |
marcozecchini | 0:9fca2b23d0ba | 21 | * [Device Firmware Update (DFU)](@ref DFUService) |
marcozecchini | 0:9fca2b23d0ba | 22 | * [Device Information](@ref DeviceInformationService) |
marcozecchini | 0:9fca2b23d0ba | 23 | * [Health Thermometer](@ref HealthThermometerService) |
marcozecchini | 0:9fca2b23d0ba | 24 | * [Heart Rate](@ref HeartRateService) |
marcozecchini | 0:9fca2b23d0ba | 25 | * [UART](@ref UARTService) |
marcozecchini | 0:9fca2b23d0ba | 26 | * [UriBeacon](@ref URIBeaconConfigService) |
marcozecchini | 0:9fca2b23d0ba | 27 | * [iBeacon](@ref iBeacon) |
marcozecchini | 0:9fca2b23d0ba | 28 | |
marcozecchini | 0:9fca2b23d0ba | 29 | The [documentation](https://docs.mbed.com/docs/ble-intros/en/latest/AdvSamples/Overview/) |
marcozecchini | 0:9fca2b23d0ba | 30 | contains an overview on how to create new, application-specific services. |