-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
============= 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.
- Loading branch information
Showing
10 changed files
with
698 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.