library for BLE_GAP_backpack

Dependencies:   nrf51-sdk

Fork of nRF51822 by Nordic Semiconductor

Committer:
vcoubard
Date:
Fri Apr 08 11:05:55 2016 +0100
Revision:
621:1d79da5c393e
Parent:
620:98998cc3789b
Child:
623:0caf9fde8607
Synchronized with git rev a18eb4a3
Author: Vincent Coubard
Fix incorrect handles of characteristics descriptors.

The variable descriptorCount is used as an index, and this index is used to set
the handle of the last registered descriptor.

Prior to this fix, descriptorCount was incremented before the handle the update
of the handle of a characteristics.

Short story, all characteristics descriptors handle were equaols to 0 instead
of the actual value.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vcoubard 618:6eb60aaf0724 1 {
vcoubard 618:6eb60aaf0724 2 "name": "ble-nrf51822",
vcoubard 621:1d79da5c393e 3 "version": "2.5.1",
vcoubard 618:6eb60aaf0724 4 "description": "Nordic stack and drivers for the mbed BLE API.",
vcoubard 618:6eb60aaf0724 5 "keywords": [
vcoubard 618:6eb60aaf0724 6 "Bluetooth",
vcoubard 618:6eb60aaf0724 7 "BLE",
vcoubard 618:6eb60aaf0724 8 "mbed",
vcoubard 618:6eb60aaf0724 9 "mbed-official"
vcoubard 618:6eb60aaf0724 10 ],
vcoubard 618:6eb60aaf0724 11 "author": "Rohit Grover",
vcoubard 618:6eb60aaf0724 12 "repository": {
vcoubard 618:6eb60aaf0724 13 "url": "git@github.com:ARMmbed/ble-nRF51822.git",
vcoubard 618:6eb60aaf0724 14 "type": "git"
vcoubard 618:6eb60aaf0724 15 },
vcoubard 618:6eb60aaf0724 16 "homepage": "https://developer.mbed.org/teams/Nordic-Semiconductor/",
vcoubard 618:6eb60aaf0724 17 "licenses": [
vcoubard 618:6eb60aaf0724 18 {
vcoubard 618:6eb60aaf0724 19 "url": "https://spdx.org/licenses/Apache-2.0",
vcoubard 618:6eb60aaf0724 20 "type": "Apache-2.0"
vcoubard 618:6eb60aaf0724 21 },
vcoubard 618:6eb60aaf0724 22 {
vcoubard 618:6eb60aaf0724 23 "type": "LicenseRef-softdevice_nrf51822_licence_agreement.txt"
vcoubard 618:6eb60aaf0724 24 }
vcoubard 618:6eb60aaf0724 25 ],
vcoubard 618:6eb60aaf0724 26 "dependencies": {
vcoubard 618:6eb60aaf0724 27 "ble": "^2.3.0",
vcoubard 618:6eb60aaf0724 28 "nrf51-sdk": "^2.1.0"
vcoubard 618:6eb60aaf0724 29 },
vcoubard 618:6eb60aaf0724 30 "extraIncludes": [
vcoubard 618:6eb60aaf0724 31 "source/btle",
vcoubard 618:6eb60aaf0724 32 "source/btle/custom",
vcoubard 618:6eb60aaf0724 33 "source/common"
vcoubard 618:6eb60aaf0724 34 ],
vcoubard 618:6eb60aaf0724 35 "targetDependencies": {}
rgrover1 387:b13ab9a7ddb9 36 }