Skip to content

Commit

Permalink
Merge pull request #9 from resideo/fix/remove-bond-fix
Browse files Browse the repository at this point in the history
fix: remove bond fix
  • Loading branch information
minhtuannguyen-r committed Jul 27, 2023
2 parents 73f72b8 + 40dfc42 commit 3962336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Library properties
LIBRARY_VERSION=1.0.3
LIBRARY_VERSION=1.0.4
LIBRARY_GROUP=com.github.resideo
LIBRARY_ARTIFACT=multiplatformbleadapter
LIBRARY_PUBLISH_SOURCES=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ public void removeBondForDevice(String deviceIdentifier,
OnErrorCallback onErrorCallback) {
final Device device;
try {
device = getDeviceById(deviceIdentifier);
device = getDiscoveredDeviceById(deviceIdentifier);
} catch (BleError error) {
onErrorCallback.onError(error);
return;
Expand Down

0 comments on commit 3962336

Please sign in to comment.