Loading android/app/src/com/android/bluetooth/le_scan/TransitionalScanHelper.java +1 −0 Original line number Diff line number Diff line Loading @@ -451,6 +451,7 @@ public class TransitionalScanHelper { if (app.mCallback != null) { app.mCallback.onScanResult(result); } else { Log.v(TAG, "Callback is null, sending scan results by pendingIntent"); // Send the PendingIntent ArrayList<ScanResult> results = new ArrayList<>(); results.add(result); Loading Loading
android/app/src/com/android/bluetooth/le_scan/TransitionalScanHelper.java +1 −0 Original line number Diff line number Diff line Loading @@ -451,6 +451,7 @@ public class TransitionalScanHelper { if (app.mCallback != null) { app.mCallback.onScanResult(result); } else { Log.v(TAG, "Callback is null, sending scan results by pendingIntent"); // Send the PendingIntent ArrayList<ScanResult> results = new ArrayList<>(); results.add(result); Loading