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

initialize method don't have 'disabled' status notifications #227

Closed
basvasilich opened this issue Jan 15, 2016 · 3 comments
Closed

initialize method don't have 'disabled' status notifications #227

basvasilich opened this issue Jan 15, 2016 · 3 comments
Labels
Milestone

Comments

@basvasilich
Copy link

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.

My code:

bluetoothle.initialize(function(data) {
    console.log('ble.initialize notification:', data);
}, function(error) {
    console.log('ble.initialize error:', error);
}, {
   "request": true,
   "statusReceiver": true
});
@randdusing
Copy link
Owner

What platform are you using?

@basvasilich
Copy link
Author

iOS 9.2

@randdusing randdusing added this to the v3 milestone Jan 24, 2016
@randdusing randdusing added the bug label Jan 24, 2016
@randdusing
Copy link
Owner

This should be fixed in the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants