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

Commit 32ab7862 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski Committed by Automerger Merge Worker
Browse files

Merge "LeAudioService: Make sure background scan uses PHY 1 M" into main am: a22a5e37

parents fd97c026 a22a5e37
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -2750,9 +2750,11 @@ public class LeAudioService extends ProfileService {
                .build();
        filterList.add(filter);

        ScanSettings settings = new ScanSettings.Builder()
        ScanSettings settings =
                new ScanSettings.Builder()
                        .setLegacy(false)
                        .setScanMode(ScanSettings.SCAN_MODE_BALANCED)
                        .setPhy(BluetoothDevice.PHY_LE_1M)
                        .build();

        try {