-
Notifications
You must be signed in to change notification settings - Fork 90
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
Some useful features not found in the web bluetooth spec #5
Comments
Thank you for your input. I will consider this when planning the next features. Out of curiosity, what's your use case for "reporting duplicate advertisements"? |
Sometimes I have 20+ BLE devices that I need data from (and quickly). and due to device connection limits I can't keep a constant connection to all of them. I instead send the the data in the advertisement packets. I haven't yet had a central device that can handle extended and periodic advertisements, so I can't do it the way I'd prefer. |
|
some sort of listener subscription to be notified when bluetooth is turned on/off to facilitate an event driven connect/disconnect of devices TIA |
Thanks for creating this plugin - very clean to use. |
@tellybrown @BillBu Thanks for your feedback. I just released v0.2.0 with the following features:
I hope this will be useful. |
That's fantastic @pwespi thank you so much. I'll check it out this week. |
Sounds like a great addition. Can you create a v0.2.0 release tag? Thanks! |
Done. It was already published on npm, but I forgot to push the git tag. Thanks for letting me know. |
Thank you for all your feedback. I've created a new issue for bonding #50. I think all the other points mentioned here have been addressed, so I'm closing this issue. If you have any other bugs or feature requests, feel free to open new issues. |
Is your feature request related to a problem? Please describe.
Some useful features found in other common bluetooth plugins/modules.
This plugin seems most promising for the future as it uses modern android (at least, can't speak for ios) features and seems relatively well designed. I might be wanting too much from it though.
Anything else that might seem useful from: https://github.com/randdusing/cordova-plugin-bluetoothle
The text was updated successfully, but these errors were encountered: