Home | History | Annotate | Download | only in p2p

Lines Matching refs:peer

140     // Idle time after a peer is gone when the group is torn down
148 // User accepted a peer request
150 // User rejected a peer request
211 // Track whether servcice/peer discovery is blocked in favor of other wifi actions
691 // Saved WifiP2pConfig for an ongoing peer connection. This will never be null.
1487 // state peer data
1538 // Check if we have the owner in peer list and use appropriate
1976 WifiP2pDevice peer = mPeers.get(groupOwner.deviceAddress);
1977 if (peer != null) {
1978 // update group owner details with peer details found at discovery
1979 groupOwner.updateSupplicantDetails(peer);
2154 // Once connected, peer config details are invalid
2804 * A config is valid if it has a peer address that has already been
2829 * @param config for the peer
2853 * @param config for the peer
3030 // default that has low likelihood of collision with a peer
3109 // Remove only the peer we failed to connect to so that other devices discovered
3506 * @return WifiP2pDeviceList the peer list
3521 Log.v(TAG, "Security Exception, cannot access peer list");