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:
Tue Sep 29 09:49:21 2015 +0100
Revision:
811:059ed1c7b128
Parent:
799:73c7fc4d5385
Child:
812:aba49f3176a2
Synchronized with git rev 603dae31
Author: Rohit Grover
Release 0.4.6
=============

Enhancements
~~~~~~~~~~~~

* Add connection handle to GATT callback parameters. This paves the way for
applications requiring multiple concurrent connections: read/write/HVX
callbacks will be able to distinguish between peripherals by comparing per-
device connection handles.

* Revert to an older, working version of eddystone. This is temporary, and
will only help with demos. We will provide a mature Eddystone offering
shortly.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rgrover1 712:b04b5db36865 1 {
rgrover1 712:b04b5db36865 2 "name": "ble",
rgrover1 811:059ed1c7b128 3 "version": "0.4.6",
rgrover1 712:b04b5db36865 4 "description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.",
rgrover1 712:b04b5db36865 5 "keywords": [
rgrover1 712:b04b5db36865 6 "Bluetooth",
rgrover1 712:b04b5db36865 7 "BLE"
rgrover1 712:b04b5db36865 8 ],
rgrover1 712:b04b5db36865 9 "author": "Rohit Grover",
rgrover1 712:b04b5db36865 10 "repository": {
rgrover1 773:099675a85d7c 11 "url": "git@github.com:ARMmbed/ble.git",
rgrover1 712:b04b5db36865 12 "type": "git"
rgrover1 712:b04b5db36865 13 },
rgrover1 712:b04b5db36865 14 "homepage": "http://mbed.org/ble",
rgrover1 712:b04b5db36865 15 "licenses": [
rgrover1 712:b04b5db36865 16 {
rgrover1 712:b04b5db36865 17 "url": "https://spdx.org/licenses/Apache-2.0",
rgrover1 712:b04b5db36865 18 "type": "Apache-2.0"
rgrover1 712:b04b5db36865 19 }
rgrover1 712:b04b5db36865 20 ],
rgrover1 761:612103f2faf6 21 "dependencies": {},
rgrover1 712:b04b5db36865 22 "targetDependencies": {
rgrover1 712:b04b5db36865 23 "nrf51822": {
rgrover1 811:059ed1c7b128 24 "ble-nrf51822": "~0.4.6"
rgrover1 746:e2c7eb0f8b26 25 },
rgrover1 746:e2c7eb0f8b26 26 "mbed-classic": {
rgrover1 761:612103f2faf6 27 "mbed-classic": "~0.0.1"
rgrover1 775:8e6aa638f8d9 28 },
rgrover1 811:059ed1c7b128 29 "mbed": {
rgrover1 786:d6d7087d8377 30 "mbed-drivers": "*"
rgrover1 712:b04b5db36865 31 }
rgrover1 712:b04b5db36865 32 }
rgrover1 712:b04b5db36865 33 }