Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
weliem committed Feb 28, 2021
2 parents fc7a027 + 309ed53 commit ee00c4d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,7 @@ public void connectFailed(@NotNull final BluetoothPeripheral peripheral, @NotNul
// Complete the 'connect' command if this was the device we were connecting
completeConnectOrDisconnectCommand(peripheralAddress);

// callBackHandler.post(() -> {
// bluetoothCentralCallback.onConnectionFailed(peripheral, status);
// });
callBackHandler.post(() -> bluetoothCentralManagerCallback.onConnectionFailed(peripheral, status));

restartScannerIfNeeded();
}
Expand Down

0 comments on commit ee00c4d

Please sign in to comment.