@Override
 public void onLeScan(BluetoothDevice device, int rssi, byte[] scanRecord) {
   if (bluetoothCrashResolver != null) {
     bluetoothCrashResolver.notifyScannedDevice(device, this);
   }
   callback.onLeScan(device, rssi, scanRecord);
 }