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
module.json@757:4cd3b18607ec, 2015-07-21 (annotated)
- Committer:
- rgrover1
- Date:
- Tue Jul 21 13:25:40 2015 +0100
- Revision:
- 757:4cd3b18607ec
- Parent:
- 746:e2c7eb0f8b26
- Child:
- 759:8aaf01b1ce86
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.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rgrover1 | 712:b04b5db36865 | 1 | { |
rgrover1 | 712:b04b5db36865 | 2 | "name": "ble", |
rgrover1 | 757:4cd3b18607ec | 3 | "version": "0.4.3", |
rgrover1 | 712:b04b5db36865 | 4 | "description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.", |
rgrover1 | 712:b04b5db36865 | 5 | "keywords": [ |
rgrover1 | 712:b04b5db36865 | 6 | "Bluetooth", |
rgrover1 | 712:b04b5db36865 | 7 | "BLE" |
rgrover1 | 712:b04b5db36865 | 8 | ], |
rgrover1 | 712:b04b5db36865 | 9 | "author": "Rohit Grover", |
rgrover1 | 712:b04b5db36865 | 10 | "repository": { |
rgrover1 | 746:e2c7eb0f8b26 | 11 | "url": "git@github.com:ARMmbed/BLE_API.git", |
rgrover1 | 712:b04b5db36865 | 12 | "type": "git" |
rgrover1 | 712:b04b5db36865 | 13 | }, |
rgrover1 | 712:b04b5db36865 | 14 | "homepage": "http://mbed.org/ble", |
rgrover1 | 712:b04b5db36865 | 15 | "licenses": [ |
rgrover1 | 712:b04b5db36865 | 16 | { |
rgrover1 | 712:b04b5db36865 | 17 | "url": "https://spdx.org/licenses/Apache-2.0", |
rgrover1 | 712:b04b5db36865 | 18 | "type": "Apache-2.0" |
rgrover1 | 712:b04b5db36865 | 19 | } |
rgrover1 | 712:b04b5db36865 | 20 | ], |
rgrover1 | 712:b04b5db36865 | 21 | "dependencies": { |
rgrover1 | 712:b04b5db36865 | 22 | }, |
rgrover1 | 712:b04b5db36865 | 23 | "targetDependencies": { |
rgrover1 | 712:b04b5db36865 | 24 | "nrf51822": { |
rgrover1 | 757:4cd3b18607ec | 25 | "ble-nrf51822":"~0.4.3" |
rgrover1 | 746:e2c7eb0f8b26 | 26 | }, |
rgrover1 | 746:e2c7eb0f8b26 | 27 | "mbed-classic": { |
rgrover1 | 746:e2c7eb0f8b26 | 28 | "mbed-classic":"~0.0.1" |
rgrover1 | 712:b04b5db36865 | 29 | } |
rgrover1 | 712:b04b5db36865 | 30 | } |
rgrover1 | 712:b04b5db36865 | 31 | } |