onReaderReconnectFailed method

void onReaderReconnectFailed(
  1. Reader reader
)

The SDK was not able to reconnect to the previously connected bluetooth reader. The SDK is now disconnected from any readers.

In your implementation of this method, you should notify your user that the reader has disconnected.

Requires autoReconnectOnUnexpectedDisconnect is set to true in the BluetoothConnectionConfig

Implementation

void onReaderReconnectFailed(Reader reader) {}