Searched refs:nnriE (Results 1 – 1 of 1) sorted by relevance
388 Map.Entry<WifiAwareNetworkSpecifier, AwareNetworkRequestInformation> nnriE = in onDataPathRequest() local390 if (nnriE != null) { in onDataPathRequest()393 "onDataPathRequest: initiator-side indication for " + nnriE.getValue()); in onDataPathRequest()402 nnriE.getValue().peerPort = peerServerInfo.port; in onDataPathRequest()405 nnriE.getValue().peerTransportProtocol = peerServerInfo.transportProtocol; in onDataPathRequest()408 nnriE.getValue().peerIpv6Override = peerServerInfo.ipv6Override; in onDataPathRequest()534 Map.Entry<WifiAwareNetworkSpecifier, AwareNetworkRequestInformation> nnriE = in onDataPathConfirm() local536 if (nnriE == null) { in onDataPathConfirm()544 WifiAwareNetworkSpecifier networkSpecifier = nnriE.getKey(); in onDataPathConfirm()545 AwareNetworkRequestInformation nnri = nnriE.getValue(); in onDataPathConfirm()[all …]