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

This commit is contained in:
Roshan Pius
2017-05-17 18:14:30 +00:00
committed by Android (Google) Code Review

View File

@@ -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() {