BLE_API

Committer:
vcoubard
Date:
Mon Jan 11 08:51:25 2016 +0000
Revision:
1042:21a86ac7f5b1
Parent:
1029:a5d0fec3b17c
Child:
1052:b55e1ad3e1b3
Synchronized with git rev 582789ea
Author: Vincent Coubard
Add function template makeFunctionPointer wich help to create
FunctionPointerWithContext<ContextType> instances.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rgrover1 125:aae3f50670c9 1 # mbed Bluetooth Low Energy Stack
vcoubard 1042:21a86ac7f5b1 2 This is the github repo for the BLE_API used by developer.mbed.org. Please see [mbed BLE Homepage](http://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
vcoubard 1042:21a86ac7f5b1 5 Supported GATT services and constantly being added and can be found in the /services folder.
vcoubard 1042:21a86ac7f5b1 6 Currently supported services include:
vcoubard 1042:21a86ac7f5b1 7 * Battery
rgrover1 125:aae3f50670c9 8 * Device Firmware Update (DFU)
vcoubard 1042:21a86ac7f5b1 9 * Device Information
rgrover1 125:aae3f50670c9 10 * Health Thermometer
rgrover1 125:aae3f50670c9 11 * Heart Rate
rgrover1 125:aae3f50670c9 12 * UART
Rohit Grover 241:00f2410ad9cc 13 * UriBeacon
Rohit Grover 241:00f2410ad9cc 14 * iBeacon
rgrover1 125:aae3f50670c9 15
vcoubard 1042:21a86ac7f5b1 16 # Getting Started
vcoubard 1042:21a86ac7f5b1 17 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 18 A good starting point are these pages:
vcoubard 1042:21a86ac7f5b1 19 * [mbed BLE Homepage](http://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all things BLE
vcoubard 1042:21a86ac7f5b1 20 * [mbed BLE Getting Started Guide](http://developer.mbed.org/forum/team-63-Bluetooth-Low-Energy-community/topic/5262/) a wonderful primer on using BLE with mbed
vcoubard 1042:21a86ac7f5b1 21 * [mbed BLE API page](http://developer.mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/docs/tip/) for the API in generated by doxygen