Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect handles of characteristics descriptors. #112

Merged
merged 1 commit into from
Feb 16, 2016

Conversation

pan-
Copy link
Member

@pan- pan- commented Feb 15, 2016

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.

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.
@ciarmcom
Copy link
Member

Automatic CI verification build not done, please verify manually.

@pan-
Copy link
Member Author

pan- commented Feb 15, 2016

@rgrover any comment on this ?

@rgrover
Copy link
Contributor

rgrover commented Feb 16, 2016

thanks. looks better now.

@pan-
Copy link
Member Author

pan- commented Feb 16, 2016

retest this please.

pan- added a commit that referenced this pull request Feb 16, 2016
Fix incorrect handles of characteristics descriptors.
@pan- pan- merged commit d208e8f into ARMmbed:develop Feb 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants