Preliminary main mbed library for nexpaq development

Committer:
nexpaq
Date:
Fri Nov 04 20:54:50 2016 +0000
Revision:
1:d96dbedaebdb
Parent:
0:6c56fb4bc5f0
Removed extra directories for other platforms

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nexpaq 0:6c56fb4bc5f0 1 # mbed Bluetooth Low Energy Stack
nexpaq 0:6c56fb4bc5f0 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.
nexpaq 0:6c56fb4bc5f0 3
nexpaq 0:6c56fb4bc5f0 4 # Supported Services
nexpaq 0:6c56fb4bc5f0 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.
nexpaq 0:6c56fb4bc5f0 6
nexpaq 0:6c56fb4bc5f0 7 Currently supported services include:
nexpaq 0:6c56fb4bc5f0 8 * Battery
nexpaq 0:6c56fb4bc5f0 9 * Device Firmware Update (DFU)
nexpaq 0:6c56fb4bc5f0 10 * Device Information
nexpaq 0:6c56fb4bc5f0 11 * Eddystone Configuration Service
nexpaq 0:6c56fb4bc5f0 12 * Health Thermometer
nexpaq 0:6c56fb4bc5f0 13 * Heart Rate
nexpaq 0:6c56fb4bc5f0 14 * Link Loss
nexpaq 0:6c56fb4bc5f0 15 * UART
nexpaq 0:6c56fb4bc5f0 16 * UriBeacon
nexpaq 0:6c56fb4bc5f0 17 * iBeacon
nexpaq 0:6c56fb4bc5f0 18
nexpaq 0:6c56fb4bc5f0 19 The [documentation](https://docs.mbed.com/docs/ble-intros/en/latest/AdvSamples/Overview/)
nexpaq 0:6c56fb4bc5f0 20 contains an overview on how to create new, application-specific services.
nexpaq 0:6c56fb4bc5f0 21
nexpaq 0:6c56fb4bc5f0 22 # Getting Started
nexpaq 0:6c56fb4bc5f0 23 The mbed BLE API is meant to be used in projects on developer.mbed.org. Please see examples and sample project files there.
nexpaq 0:6c56fb4bc5f0 24 A good starting point are these pages:
nexpaq 0:6c56fb4bc5f0 25 * [mbed BLE Homepage](https://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all things BLE
nexpaq 0:6c56fb4bc5f0 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
nexpaq 0:6c56fb4bc5f0 27 * [mbed BLE doc](https://docs.mbed.com/docs/ble-intros/en/latest/) for an introduction to mbed BLE
nexpaq 0:6c56fb4bc5f0 28 * [mbed BLE API page](https://docs.mbed.com/docs/ble-api/en/latest/api/index.html) for the Doxygen API documentation