We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. Thanks for your plugin. Great work.
Looks like initialize method have only status: enabled notification. I can't get a notification about status: disabled.
initialize
status: enabled
status: disabled
My code:
bluetoothle.initialize(function(data) { console.log('ble.initialize notification:', data); }, function(error) { console.log('ble.initialize error:', error); }, { "request": true, "statusReceiver": true });
The text was updated successfully, but these errors were encountered:
What platform are you using?
Sorry, something went wrong.
iOS 9.2
This should be fixed in the latest version.
No branches or pull requests
Hi. Thanks for your plugin. Great work.
Looks like
initialize
method have onlystatus: enabled
notification.I can't get a notification about
status: disabled
.My code:
The text was updated successfully, but these errors were encountered: