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

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

Merge "P2P : Flush P2P scan results on group fomation failed event"

parents eb79dc2a 471c02d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2676,6 +2676,7 @@ public class WifiP2pService extends IWifiP2pManager.Stub {
            boolean peersChanged = mPeers.remove(mPeersLostDuringConnection);
            if (mPeers.remove(mSavedPeerConfig.deviceAddress) != null) {
                peersChanged = true;
                mWifiNative.p2pFlush();
            }
            if (peersChanged) {
                sendPeersChangedBroadcast();