Searched refs:r2str (Results 1 – 1 of 1) sorted by relevance
285 String r2str = match.group(12); in WifiP2pDevice() local286 if (null == r2str) break; in WifiP2pDevice()287 wfdInfo.setR2DeviceType(parseHex(r2str.substring(0, 4))); in WifiP2pDevice()