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

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

am d4f27878: am cdb1715a: Fix build due to removal of configureScanParams.

* commit 'd4f27878':
  Fix build due to removal of configureScanParams.
parents fd6def42 d4f27878
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));
    }