Skip to content

Commit

Permalink
Play console exception
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Jun 14, 2024
1 parent 9ee83a3 commit 703ab5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hrdevice/src/org/runnerup/hr/AndroidBLEHRProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ public void onLeScan(final BluetoothDevice device, int rssi,

String address = device.getAddress();
if (mIsConnecting
&& btDevice != null
&& address.equals(btDevice.getAddress())) {
stopScan();

Expand Down

0 comments on commit 703ab5d

Please sign in to comment.