Nicolas Borla
/
BBR_1Ebene
BBR 1 Ebene
mbed-os/features/FEATURE_BLE/README.md@0:fbdae7e6d805, 2018-05-14 (annotated)
- Committer:
- borlanic
- Date:
- Mon May 14 11:29:06 2018 +0000
- Revision:
- 0:fbdae7e6d805
BBR
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
borlanic | 0:fbdae7e6d805 | 1 | # mbed Bluetooth Low Energy Stack |
borlanic | 0:fbdae7e6d805 | 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. |
borlanic | 0:fbdae7e6d805 | 3 | |
borlanic | 0:fbdae7e6d805 | 4 | # Supported Services |
borlanic | 0:fbdae7e6d805 | 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. |
borlanic | 0:fbdae7e6d805 | 6 | |
borlanic | 0:fbdae7e6d805 | 7 | Currently supported services include: |
borlanic | 0:fbdae7e6d805 | 8 | * Battery |
borlanic | 0:fbdae7e6d805 | 9 | * Device Firmware Update (DFU) |
borlanic | 0:fbdae7e6d805 | 10 | * Device Information |
borlanic | 0:fbdae7e6d805 | 11 | * Eddystone Configuration Service |
borlanic | 0:fbdae7e6d805 | 12 | * Health Thermometer |
borlanic | 0:fbdae7e6d805 | 13 | * Heart Rate |
borlanic | 0:fbdae7e6d805 | 14 | * Link Loss |
borlanic | 0:fbdae7e6d805 | 15 | * UART |
borlanic | 0:fbdae7e6d805 | 16 | * UriBeacon |
borlanic | 0:fbdae7e6d805 | 17 | * iBeacon |
borlanic | 0:fbdae7e6d805 | 18 | |
borlanic | 0:fbdae7e6d805 | 19 | The [documentation](https://docs.mbed.com/docs/ble-intros/en/latest/AdvSamples/Overview/) |
borlanic | 0:fbdae7e6d805 | 20 | contains an overview on how to create new, application-specific services. |
borlanic | 0:fbdae7e6d805 | 21 | |
borlanic | 0:fbdae7e6d805 | 22 | # Getting Started |
borlanic | 0:fbdae7e6d805 | 23 | The mbed BLE API is meant to be used in projects on developer.mbed.org. Please see examples and sample project files there. |
borlanic | 0:fbdae7e6d805 | 24 | A good starting point are these pages: |
borlanic | 0:fbdae7e6d805 | 25 | * [mbed BLE Homepage](https://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all things BLE |
borlanic | 0:fbdae7e6d805 | 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 |
borlanic | 0:fbdae7e6d805 | 27 | * [mbed BLE doc](https://docs.mbed.com/docs/ble-intros/en/latest/) for an introduction to mbed BLE |
borlanic | 0:fbdae7e6d805 | 28 | * [mbed BLE API page](https://docs.mbed.com/docs/ble-api/en/latest/api/index.html) for the Doxygen API documentation |