Skip to content

Commit

Permalink
fix: resolves #1052 - Not a valid Bluetooth Address
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiszewski-intent committed Oct 16, 2023
1 parent 9da8572 commit 986a8b1
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 986a8b1

Please sign in to comment.