Complete rewrite lol sorry - NiMBLE support and host/server support #77
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
You're welcome to completely ignore this PR and I'll maintain my own fork as this basically rewrites everything.
Previously you only supported HCI based Bluetooth devices which covers most but there are a set of devices that support the Apache NiMBLE stack https://github.com/apache/mynewt-nimble and https://github.com/gtxaspec/atbm-wifi that I think I are important to support.
Additionally your library was client side only. i.e. you could not act as a BLE host and expose services/characteristics. This PR adds that capability for both support transport platforms.