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

Commit 6d463247 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Bluetooth: Allow all pass filter if filter value is empty"

parents 14794ae0 38b5f856
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -748,7 +748,7 @@ public class ScanManager {
            if (client.filters == null || client.filters.isEmpty()) {
                return true;
            }
            return client.filters.size() < mClientFilterIndexMap.size();
            return false;
        }

        private void addFilterToController(int clientIf, ScanFilterQueue.Entry entry,