sam-higgs

Results 2 issues of sam-higgs

Upon calling `.stopNotification()` an error occurs when trying to do any other ble action too quickly afterwards e.g. `.startNotification()` or `.read()` Has anyone else experienced this? Adding a delay of...

android

Some errors return `state` and `errorDescription` (on iOS at least), however these are missing from the interface: interface BLEError { name: string; id: string; errorMessage: string; }