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

Release version 0.2 #3

Merged
merged 19 commits into from
Apr 9, 2018
Merged

Release version 0.2 #3

merged 19 commits into from
Apr 9, 2018

Conversation

mwylde
Copy link
Owner

@mwylde mwylde commented Apr 9, 2018

This branch contains a major refactoring of the API to split out the BlueZ/linux specific pieces from the generic Bluetooth API. This should allow implementations for other platforms to to re-use the same high level API.

Other additions:

  • Support for event handlers for both the central module (peripheral discovery/lost/connection/disconnection) and peripherals (notification/indication events)
  • Added support for enabling notify/indicate on characteristics
  • Most peripheral methods now have a blocking and async form; this will migrate to futures at some point
  • Fixed issues with peripherals that attempt to negotiate a different MTU
  • Added docs!
  • Lots of other bug fixes

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.

None yet

1 participant