Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
module.json@738:9c2edf20ea56, 2015-07-06 (annotated)
- Committer:
- rgrover1
- Date:
- Mon Jul 06 10:10:35 2015 +0100
- Revision:
- 738:9c2edf20ea56
- Parent:
- 736:87c756801625
- Child:
- 743:f49820e3e8ce
Synchronized with git rev 33a70b46
Author: Rohit Grover
Release 0.4.2
=============
This is a minor release.
Enhancements
~~~~~~~~~~~~
* fix #53: add GattClient API for handling HVX Events (notifications and
indications). Refer to GattClient::onHVX(HVXCallback_t ...) and
GattHVXCallbackParams.
* Add empty (void) declarations for unused variables in the default
implementations for several API (in Gap, GattServer, GattClient, etc). This
avoids compiler warnings.
Bugfixes
~~~~~~~~
none.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rgrover1 | 712:b04b5db36865 | 1 | { |
rgrover1 | 712:b04b5db36865 | 2 | "name": "ble", |
rgrover1 | 738:9c2edf20ea56 | 3 | "version": "0.4.2", |
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 | 712:b04b5db36865 | 11 | "url": "git@github.com:mbedmicro/BLE_API.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 | 712:b04b5db36865 | 21 | "dependencies": { |
rgrover1 | 733:718a3566b4ce | 22 | "mbed-classic":"~0.0.1" |
rgrover1 | 712:b04b5db36865 | 23 | }, |
rgrover1 | 712:b04b5db36865 | 24 | "targetDependencies": { |
rgrover1 | 712:b04b5db36865 | 25 | "nrf51822": { |
rgrover1 | 738:9c2edf20ea56 | 26 | "ble-nrf51822":"~0.4.2" |
rgrover1 | 712:b04b5db36865 | 27 | } |
rgrover1 | 712:b04b5db36865 | 28 | } |
rgrover1 | 712:b04b5db36865 | 29 | } |