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

GapAdvertisingData::getPayload() should not return NULL if payloadLen == 0 #64

Closed
rgrover opened this issue Aug 7, 2015 · 0 comments
Closed

Comments

@rgrover
Copy link
Contributor

rgrover commented Aug 7, 2015

This is the root cause of: ARMmbed/ble-nrf51822#30
getPayload() should return the payload pointer regardless of len.

@rgrover rgrover closed this as completed in 24a9892 Aug 7, 2015
rgrover pushed a commit that referenced this issue Aug 7, 2015
=============

This is a minor release.

Enhancements
~~~~~~~~~~~~

* Add a new helper API: Gap::updateAdvertisingPayload(). This helps update a
  particular AD field in the advertisement payload.

* Deprecate GattClient::onDataWrite() in favour of onDataWritten().

* fix #64. clearScanResponse() should work properly now.

* fix #60: if scanning parameters are changed while scanning is active, their
  new values are propagated to the underlying stack right-away.

* Introducing an initial implementation for Google's Eddystone beacon service.
  See https://github.com/google/eddystone.

* Updated module.json because URL of the host repo has changed to
  "git@github.com:ARMmbed/ble.git".

Bugfixes
~~~~~~~~

none.
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

No branches or pull requests

1 participant