Release 0.4.3
============= This is a minor release. Enhancements ~~~~~~~~~~~~ * Switch github repo URL to ARMmbed organization: https://github.com/ARMmbed/BLE_API. We were previously hosted in the mbedmicro organization. * Extend onRadioNotification() to take a <object, member> pair. This also introduces a new GAP API: initRadioNotification() which porters of BLE_API should implement. * Rename iBeaconService as iBeacon. This is not a Service in the BLE sense. * Pull from Ollie Ford (#56): GattCharacteristic constructors now expose optional descriptors. * Pull from AFernandes: change DiscoveredCharacteristic API to return long or short UUIDs. * Provide a useful initial implementation for GattClient::discoverServices(). Bugfixes ~~~~~~~~ none.
This commit is contained in:
parent
cf1a66303f
commit
1842576f26
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ble",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.",
|
||||
"keywords": [
|
||||
"Bluetooth",
|
||||
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
"targetDependencies": {
|
||||
"nrf51822": {
|
||||
"ble-nrf51822":"~0.4.2"
|
||||
"ble-nrf51822":"~0.4.3"
|
||||
},
|
||||
"mbed-classic": {
|
||||
"mbed-classic":"~0.0.1"
|
||||
|
|
Loading…
Reference in a new issue