Marco Zecchini
/
Example_RTOS
Rtos API example
mbed-os/features/FEATURE_BLE/README.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 | # mbed Bluetooth Low Energy Stack |
marcozecchini | 0:9fca2b23d0ba | 2 | This is the Github repo for the `BLE_API` used by developer.mbed.org. Please see the [mbed BLE Homepage](https://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all documentation, code examples and general help. |
marcozecchini | 0:9fca2b23d0ba | 3 | |
marcozecchini | 0:9fca2b23d0ba | 4 | # Supported Services |
marcozecchini | 0:9fca2b23d0ba | 5 | Supported GATT services and constantly being added and can be found in the [ble/services/](https://github.com/ARMmbed/ble/tree/master/ble/services) folder. |
marcozecchini | 0:9fca2b23d0ba | 6 | |
marcozecchini | 0:9fca2b23d0ba | 7 | Currently supported services include: |
marcozecchini | 0:9fca2b23d0ba | 8 | * Battery |
marcozecchini | 0:9fca2b23d0ba | 9 | * Device Firmware Update (DFU) |
marcozecchini | 0:9fca2b23d0ba | 10 | * Device Information |
marcozecchini | 0:9fca2b23d0ba | 11 | * Eddystone Configuration Service |
marcozecchini | 0:9fca2b23d0ba | 12 | * Health Thermometer |
marcozecchini | 0:9fca2b23d0ba | 13 | * Heart Rate |
marcozecchini | 0:9fca2b23d0ba | 14 | * Link Loss |
marcozecchini | 0:9fca2b23d0ba | 15 | * UART |
marcozecchini | 0:9fca2b23d0ba | 16 | * UriBeacon |
marcozecchini | 0:9fca2b23d0ba | 17 | * iBeacon |
marcozecchini | 0:9fca2b23d0ba | 18 | |
marcozecchini | 0:9fca2b23d0ba | 19 | The [documentation](https://docs.mbed.com/docs/ble-intros/en/latest/AdvSamples/Overview/) |
marcozecchini | 0:9fca2b23d0ba | 20 | contains an overview on how to create new, application-specific services. |
marcozecchini | 0:9fca2b23d0ba | 21 | |
marcozecchini | 0:9fca2b23d0ba | 22 | # Getting Started |
marcozecchini | 0:9fca2b23d0ba | 23 | The mbed BLE API is meant to be used in projects on developer.mbed.org. Please see examples and sample project files there. |
marcozecchini | 0:9fca2b23d0ba | 24 | A good starting point are these pages: |
marcozecchini | 0:9fca2b23d0ba | 25 | * [mbed BLE Homepage](https://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all things BLE |
marcozecchini | 0:9fca2b23d0ba | 26 | * [mbed BLE Getting Started Guide](https://developer.mbed.org/forum/team-63-Bluetooth-Low-Energy-community/topic/5262/) a wonderful primer on using BLE with mbed |
marcozecchini | 0:9fca2b23d0ba | 27 | * [mbed BLE doc](https://docs.mbed.com/docs/ble-intros/en/latest/) for an introduction to mbed BLE |
marcozecchini | 0:9fca2b23d0ba | 28 | * [mbed BLE API page](https://docs.mbed.com/docs/ble-api/en/latest/api/index.html) for the Doxygen API documentation |