Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 203081af authored by Wei Wang's avatar Wei Wang Committed by Android (Google) Code Review
Browse files

Merge "Remove spammy log information for BLE scan." into lmp-sprout-dev

parents 0f32a741 b16e7188
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -615,9 +615,7 @@ public class GattService extends ProfileService {
        if (client.filters == null || client.filters.isEmpty()) {
            return true;
        }
        if (DBG) Log.d(TAG, "result: " + scanResult.toString());
        for (ScanFilter filter : client.filters) {
            if (DBG) Log.d(TAG, "filter: " + filter.toString());
            if (filter.matches(scanResult)) {
                return true;
            }