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

Commit cdb1715a authored by Wei Wang's avatar Wei Wang
Browse files

Fix build due to removal of configureScanParams.

Change-Id: If3458b47bb9dfc508e630fe1fb608f01c44284a9
parent 6951dbb9
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));
    }