Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
mbed-os/features/FEATURE_BLE/DOXYGEN_FRONTPAGE.md@0:8fdf9a60065b, 2018-10-10 (annotated)
- Committer:
- kadonotakashi
- Date:
- Wed Oct 10 00:33:53 2018 +0000
- Revision:
- 0:8fdf9a60065b
how to make mbed librry
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| kadonotakashi | 0:8fdf9a60065b | 1 | # BLE API {#mainpage} |
| kadonotakashi | 0:8fdf9a60065b | 2 | |
| kadonotakashi | 0:8fdf9a60065b | 3 | The BLE module within mbed OS offers a high abstraction level for using |
| kadonotakashi | 0:8fdf9a60065b | 4 | Bluetooth Low Energy on multiple platforms. |
| kadonotakashi | 0:8fdf9a60065b | 5 | |
| kadonotakashi | 0:8fdf9a60065b | 6 | This documentation describes the internal structure of the mbed |
| kadonotakashi | 0:8fdf9a60065b | 7 | [BLE API](https://github.com/armmbed/ble). |
| kadonotakashi | 0:8fdf9a60065b | 8 | |
| kadonotakashi | 0:8fdf9a60065b | 9 | For getting started with BLE on mbed, check our [introduction |
| kadonotakashi | 0:8fdf9a60065b | 10 | page](https://docs.mbed.com/docs/ble-intros/en/latest/). |
| kadonotakashi | 0:8fdf9a60065b | 11 | |
| kadonotakashi | 0:8fdf9a60065b | 12 | For mbed OS examples using BLE, check [this |
| kadonotakashi | 0:8fdf9a60065b | 13 | repository](https://github.com/armmbed/ble-examples). For mbed-classic |
| kadonotakashi | 0:8fdf9a60065b | 14 | examples, please refer to [code under mbed.org](https://developer.mbed.org/teams/Bluetooth-Low-Energy/code/). |
| kadonotakashi | 0:8fdf9a60065b | 15 | |
| kadonotakashi | 0:8fdf9a60065b | 16 | ## Supported Services |
| kadonotakashi | 0:8fdf9a60065b | 17 | |
| kadonotakashi | 0:8fdf9a60065b | 18 | Currently supported reference services include: |
| kadonotakashi | 0:8fdf9a60065b | 19 | |
| kadonotakashi | 0:8fdf9a60065b | 20 | * [Battery](@ref BatteryService) |
| kadonotakashi | 0:8fdf9a60065b | 21 | * [Device Firmware Update (DFU)](@ref DFUService) |
| kadonotakashi | 0:8fdf9a60065b | 22 | * [Device Information](@ref DeviceInformationService) |
| kadonotakashi | 0:8fdf9a60065b | 23 | * [Health Thermometer](@ref HealthThermometerService) |
| kadonotakashi | 0:8fdf9a60065b | 24 | * [Heart Rate](@ref HeartRateService) |
| kadonotakashi | 0:8fdf9a60065b | 25 | * [UART](@ref UARTService) |
| kadonotakashi | 0:8fdf9a60065b | 26 | * [UriBeacon](@ref URIBeaconConfigService) |
| kadonotakashi | 0:8fdf9a60065b | 27 | * [iBeacon](@ref iBeacon) |
| kadonotakashi | 0:8fdf9a60065b | 28 | |
| kadonotakashi | 0:8fdf9a60065b | 29 | The [documentation](https://docs.mbed.com/docs/ble-intros/en/latest/AdvSamples/Overview/) |
| kadonotakashi | 0:8fdf9a60065b | 30 | contains an overview on how to create new, application-specific services. |