You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=============
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
"[email protected]:ARMmbed/ble.git".
Bugfixes
~~~~~~~~
none.
This is the root cause of: ARMmbed/ble-nrf51822#30
getPayload() should return the payload pointer regardless of len.
The text was updated successfully, but these errors were encountered: