You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added basic API to support background mode. When BleManager is constructed you can pass restoreStateIdentifier and restoreStateFunction to BleManagerOptions object to
enable support for background mode. More info about usage can be found in documentation.
All subscriptions and promises are properly "Destroyed" when destory() function is called.
Fixed bug on Android where notification messages could be duplicated or skipped.