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:
vcoubard
Date:
Wed Apr 06 19:14:34 2016 +0100
Revision:
1155:e28c7aac64ab
Parent:
1135:22aada733dbd
Child:
1156:e1ea38b576c6
Synchronized with git rev e20c8c58
Author: Vincent Coubard
Merge pull request #163 from ARMmbed/develop

merge version 2.5.0 into master

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vcoubard 1130:ff83f0020480 1 {
vcoubard 1130:ff83f0020480 2 "name": "ble",
vcoubard 1155:e28c7aac64ab 3 "version": "2.5.0",
vcoubard 1130:ff83f0020480 4 "description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.",
vcoubard 1130:ff83f0020480 5 "keywords": [
vcoubard 1130:ff83f0020480 6 "Bluetooth",
vcoubard 1130:ff83f0020480 7 "BLE",
vcoubard 1130:ff83f0020480 8 "mbed",
vcoubard 1130:ff83f0020480 9 "mbed-official"
vcoubard 1130:ff83f0020480 10 ],
vcoubard 1130:ff83f0020480 11 "author": "Rohit Grover",
vcoubard 1130:ff83f0020480 12 "repository": {
vcoubard 1130:ff83f0020480 13 "url": "https://github.com/ARMmbed/ble.git",
vcoubard 1130:ff83f0020480 14 "type": "git"
vcoubard 1130:ff83f0020480 15 },
vcoubard 1130:ff83f0020480 16 "homepage": "https://developer.mbed.org/teams/Bluetooth-Low-Energy/",
vcoubard 1130:ff83f0020480 17 "licenses": [
vcoubard 1130:ff83f0020480 18 {
vcoubard 1130:ff83f0020480 19 "url": "https://spdx.org/licenses/Apache-2.0",
vcoubard 1130:ff83f0020480 20 "type": "Apache-2.0"
vcoubard 1130:ff83f0020480 21 }
vcoubard 1130:ff83f0020480 22 ],
vcoubard 1130:ff83f0020480 23 "dependencies": {},
vcoubard 1130:ff83f0020480 24 "targetDependencies": {
vcoubard 1130:ff83f0020480 25 "st-ble-shield": {
vcoubard 1135:22aada733dbd 26 "x-nucleo-idb0xa1": "^2.0.0"
vcoubard 1130:ff83f0020480 27 },
vcoubard 1130:ff83f0020480 28 "nrf51822": {
vcoubard 1135:22aada733dbd 29 "ble-nrf51822": "^2.2.8"
vcoubard 1130:ff83f0020480 30 },
vcoubard 1130:ff83f0020480 31 "cordio": {
vcoubard 1130:ff83f0020480 32 "ble-wicentric": "~0.0.4"
vcoubard 1130:ff83f0020480 33 },
vcoubard 1130:ff83f0020480 34 "mbed-classic": {
vcoubard 1130:ff83f0020480 35 "mbed-classic": "~0.0.1"
vcoubard 1130:ff83f0020480 36 },
vcoubard 1130:ff83f0020480 37 "mbed-os": {
vcoubard 1135:22aada733dbd 38 "mbed-drivers": "*",
vcoubard 1135:22aada733dbd 39 "compiler-polyfill": "^1.2.1"
vcoubard 1130:ff83f0020480 40 }
vcoubard 1130:ff83f0020480 41 }
rgrover1 712:b04b5db36865 42 }