High level Bluetooth Low Energy API and radio abstraction layer

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more

Overview

The BLE_API is a high level abstraction for using Bluetooth Low Energy on multiple platforms. For details and examples using the BLE_API please see the BLE_API Summary Page. Or click on the API Documentation tab above.

Supported Services

Supported services can be found in the BLE_API/services folder.

Committer:
rgrover1
Date:
Thu Nov 26 12:52:36 2015 +0000
Revision:
979:afca129bf85f
Parent:
976:043b3bd94ee0
Child:
986:5292837107a3
Synchronized with git rev 6adaa03e
Author: Rohit Grover
Merge branch 'doxygen' of https://github.com/metc/ble into metc-doxygen

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rgrover1 125:aae3f50670c9 1 # mbed Bluetooth Low Energy Stack
rgrover1 971:acf895ac7ae4 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.
rgrover1 125:aae3f50670c9 3
rgrover1 125:aae3f50670c9 4 # Supported Services
rgrover1 979:afca129bf85f 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.
rgrover1 971:acf895ac7ae4 6
rgrover1 971:acf895ac7ae4 7 Currently supported services include:
rgrover1 971:acf895ac7ae4 8 * Battery
rgrover1 125:aae3f50670c9 9 * Device Firmware Update (DFU)
rgrover1 971:acf895ac7ae4 10 * Device Information
rgrover1 971:acf895ac7ae4 11 * Eddystone Configuration Service
rgrover1 125:aae3f50670c9 12 * Health Thermometer
rgrover1 125:aae3f50670c9 13 * Heart Rate
rgrover1 971:acf895ac7ae4 14 * Link Loss
rgrover1 125:aae3f50670c9 15 * UART
Rohit Grover 241:00f2410ad9cc 16 * UriBeacon
Rohit Grover 241:00f2410ad9cc 17 * iBeacon
rgrover1 125:aae3f50670c9 18
rgrover1 971:acf895ac7ae4 19 # Getting Started
rgrover1 971:acf895ac7ae4 20 The mbed BLE API is meant to be used in projects on developer.mbed.org. Please see examples and sample project files there.
rgrover1 125:aae3f50670c9 21 A good starting point are these pages:
rgrover1 971:acf895ac7ae4 22 * [mbed BLE Homepage](https://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all things BLE
rgrover1 971:acf895ac7ae4 23 * [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
rgrover1 971:acf895ac7ae4 24 * [mbed BLE doc](https://docs.mbed.com/docs/ble-intros/en/latest/) for an introduction to mbed BLE
rgrover1 971:acf895ac7ae4 25 * [mbed BLE API page](https://developer.mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/docs/tip/) for the API in generated by doxygen