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

Commit f03b9a7b authored by Roshan Pius's avatar Roshan Pius Committed by android-build-merger
Browse files

Merge "WifiP2pWfdInfo: Only pass the wfd info to WifiNative" into oc-dev am: 26ff5a67

am: f26430a0

Change-Id: I31f6e7d74604debe70b1f83ce4436c9e284c4307
parents 605c9b0c f26430a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ public class WifiP2pWfdInfo implements Parcelable {

    public String getDeviceInfoHex() {
        return String.format(
                Locale.US, "%04x%04x%04x%04x", 6, mDeviceInfo, mCtrlPort, mMaxThroughput);
                Locale.US, "%04x%04x%04x", mDeviceInfo, mCtrlPort, mMaxThroughput);
    }

    public String toString() {