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

Commit d4f27878 authored by Wei Wang's avatar Wei Wang Committed by Android Git Automerger
Browse files

am cdb1715a: Fix build due to removal of configureScanParams.

* commit 'cdb1715a':
  Fix build due to removal of configureScanParams.
parents 736b6e1d cdb1715a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1213,7 +1213,6 @@ public class GattService extends ProfileService {
    void stopScan(int appIf, boolean isServer) {
        enforceAdminPermission();
        if (DBG) Log.d(TAG, "stopScan() - queue=" + mScanManager.scanQueue().size());
        configureScanParams(appIf);
        mScanManager.stopScan(new ScanClient(appIf, isServer));
    }