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

Commit 1ddbe82a authored by Jimmy Chen's avatar Jimmy Chen
Browse files

p2p: revise API Javadoc

Revise API Javadoc according to API council's comments.

Bug: 123661241
Test: build - make docs
Change-Id: I258ecd1c78e95d0847d86965ec306dfd2bdafac1
parent 3d11ee48
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;
    }
    }