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
Fixed NullPointerException when calling BLE operations without previous discovery.
iOS emits values in monitorCharacteristicForDevice only when no reads are pending for specific characteristic. Previously when characteristic was notified and read operation was completed, characteristic value was received both in readCharacteristicForDevice and monitorCharacteristicForDevice. Now it will only be received in readCharacteristicForDevice promise.