Skip to content

Commit

Permalink
fix: Resolves #1052 - Not a valid Bluetooth Address (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiszewski-intent authored Oct 16, 2023
1 parent 3e84359 commit 6c6bfe2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions android/src/main/java/com/bleplx/adapter/BleException.java

This file was deleted.

1 change: 1 addition & 0 deletions android/src/main/java/com/bleplx/adapter/BleModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ public void isDeviceConnected(String deviceIdentifier,
.equals(RxBleConnection.RxBleConnectionState.CONNECTED);
onSuccessCallback.onSuccess(connected);
} catch (Exception e) {
RxBleLog.e(e, "Error while checking if device is connected");
onErrorCallback.onError(errorConverter.toError(e));
}
}
Expand Down

0 comments on commit 6c6bfe2

Please sign in to comment.