- Adds a new error code,
SCPErrorBluetoothConnectionFailedBatteryLow
, that is passed into theconnectBluetoothReader
completion handler when connection failed due to the reader's battery being critically low. - Fixes Issue #124: Crash when Bluetooth reader reports low battery but BluetoothReaderDelegate was released.
- Fixes Issue #121:
SCPReader
isCharging
andbatteryLevel
weren't being updated if theSCPBluetoothReaderDelegate
didReportBatteryLevel:
wasn't implemented.