fork BLE_API to add update adv payload API

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

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