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

Commit 5c56c9e6 authored by Jimmy Chen's avatar Jimmy Chen Committed by Android (Google) Code Review
Browse files

Merge "p2p: revise API Javadoc"

parents bac23644 1ddbe82a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -67,7 +67,7 @@ public class WifiP2pGroup implements Parcelable {
    /** The network id in the wpa_supplicant */
    /** The network id in the wpa_supplicant */
    private int mNetId;
    private int mNetId;


    /** The frequency used by this group */
    /** The frequency (in MHz) used by this group */
    private int mFrequency;
    private int mFrequency;


    /** P2P group started string pattern */
    /** P2P group started string pattern */
@@ -273,7 +273,7 @@ public class WifiP2pGroup implements Parcelable {
        this.mNetId = netId;
        this.mNetId = netId;
    }
    }


    /** Get the operating frequency of the p2p group */
    /** Get the operating frequency (in MHz) of the p2p group */
    public int getFrequency() {
    public int getFrequency() {
        return mFrequency;
        return mFrequency;
    }
    }