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.
This commit is contained in:
parent
0d55096d82
commit
33a70b4655
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue