File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
wifi/java/android/net/wifi/p2p Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ public class WifiP2pDevice implements Parcelable {
125125 "config_methods=(0x[0-9a-fA-F]+) " +
126126 "dev_capab=(0x[0-9a-fA-F]+) " +
127127 "group_capab=(0x[0-9a-fA-F]+)" +
128- "( wfd_dev_info=000006 ([0-9a-fA-F]+ ))?"
128+ "( wfd_dev_info=0x000006 ([0-9a-fA-F]{12} ))?"
129129 );
130130
131131 /** 2 token device address pattern
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ public void update(WifiP2pDevice device) {
7676 d .wpsConfigMethodsSupported = device .wpsConfigMethodsSupported ;
7777 d .deviceCapability = device .deviceCapability ;
7878 d .groupCapability = device .groupCapability ;
79+ d .wfdInfo = device .wfdInfo ;
7980 return ;
8081 }
8182 //Not found, add a new one
You can’t perform that action at this time.
0 commit comments