High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 757:4cd3b18607ec, committed 2015-07-21
- Comitter:
- rgrover1
- Date:
- Tue Jul 21 13:25:40 2015 +0100
- Parent:
- 756:503c4bd89a3d
- Child:
- 758:9507ba4ec291
- Commit message:
- Synchronized with git rev 1842576f
Author: Rohit Grover
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.
Changed in this revision
module.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/module.json Tue Jul 21 13:25:40 2015 +0100 +++ b/module.json Tue Jul 21 13:25:40 2015 +0100 @@ -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"