This example demonstrates using the GattClient API to control BLE client devices. The canonical source for this example lives at https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_LEDBlinker

Committer:
Vincent Coubard
Date:
Tue Jul 26 14:49:03 2016 +0100
Revision:
0:86bf1d2040b3
Child:
2:3f5a4729c22b
Update example at tag mbed-os-5.0.1-rc1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Vincent Coubard 0:86bf1d2040b3 1 {
Vincent Coubard 0:86bf1d2040b3 2 "name": "ble-ledblinker",
Vincent Coubard 0:86bf1d2040b3 3 "version": "0.0.1",
Vincent Coubard 0:86bf1d2040b3 4 "description": "An initial demo showcasing the GattClient APIs. Drives an LED service exported by a BLE_LED peripheral. Shows scanning, connections, service-discovery, and reads/writes.",
Vincent Coubard 0:86bf1d2040b3 5 "licenses": [
Vincent Coubard 0:86bf1d2040b3 6 {
Vincent Coubard 0:86bf1d2040b3 7 "url": "https://spdx.org/licenses/Apache-2.0",
Vincent Coubard 0:86bf1d2040b3 8 "type": "Apache-2.0"
Vincent Coubard 0:86bf1d2040b3 9 }
Vincent Coubard 0:86bf1d2040b3 10 ],
Vincent Coubard 0:86bf1d2040b3 11 "dependencies": {
Vincent Coubard 0:86bf1d2040b3 12 "ble": "^2.0.0"
Vincent Coubard 0:86bf1d2040b3 13 },
Vincent Coubard 0:86bf1d2040b3 14 "bin": "./source"
Vincent Coubard 0:86bf1d2040b3 15 }