Merge "WifiP2pWfdInfo: Only pass the wfd info to WifiNative" into oc-dev
am: 26ff5a67ee
Change-Id: I73ea001fb5deab02beb2d7c1ffc1d4330e8929a8
This commit is contained in:
@@ -139,7 +139,7 @@ public class WifiP2pWfdInfo implements Parcelable {
|
|||||||
|
|
||||||
public String getDeviceInfoHex() {
|
public String getDeviceInfoHex() {
|
||||||
return String.format(
|
return String.format(
|
||||||
Locale.US, "%04x%04x%04x%04x", 6, mDeviceInfo, mCtrlPort, mMaxThroughput);
|
Locale.US, "%04x%04x%04x", mDeviceInfo, mCtrlPort, mMaxThroughput);
|
||||||
}
|
}
|
||||||
|
|
||||||
public String toString() {
|
public String toString() {
|
||||||
|
|||||||
Reference in New Issue
Block a user