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
Revision 738:9c2edf20ea56, committed 2015-07-06
- Comitter:
- rgrover1
- Date:
- Mon Jul 06 10:10:35 2015 +0100
- Parent:
- 737:79d95f9b93be
- Child:
- 739:699b2a104ce3
- Commit message:
- 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.
Changed in this revision
| module.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/module.json Mon Jul 06 10:10:35 2015 +0100
+++ b/module.json Mon Jul 06 10:10:35 2015 +0100
@@ -1,6 +1,6 @@
{
"name": "ble",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.",
"keywords": [
"Bluetooth",
@@ -23,7 +23,7 @@
},
"targetDependencies": {
"nrf51822": {
- "ble-nrf51822":"~0.4.1"
+ "ble-nrf51822":"~0.4.2"
}
}
}
\ No newline at end of file
