Home | History | Annotate | Download | only in display

Lines Matching refs:peers

81     // We repeatedly issue calls to discover peers every so often for a few reasons.
392 Slog.d(TAG, "Discover peers succeeded. Requesting peers now.");
403 Slog.d(TAG, "Discover peers failed with reason " + reason + ".");
411 // Retry discover peers periodically until stopped.
436 public void onPeersAvailable(WifiP2pDeviceList peers) {
438 Slog.d(TAG, "Received list of peers.");
442 for (WifiP2pDevice device : peers.getDeviceList()) {
811 // Even if wfd is disabled, it is best to get the latest set of peers to
882 // to get a peer change notification with an empty list of peers.