Android.Net.Wifi.P2p.WifiP2pManager.WifiP2pPeersChangedAction Field
Broadcast intent action indicating that the available peer list has changed.

Syntax

[Android.Runtime.Register("WIFI_P2P_PEERS_CHANGED_ACTION")]
public const string WifiP2pPeersChangedAction

See Also

WifiP2pManager.ExtraP2pDeviceList

Remarks

Broadcast intent action indicating that the available peer list has changed. This can be sent as a result of peers being found, lost or updated.

An extra WifiP2pManager.ExtraP2pDeviceList provides the full list of current peers. The full list of peers can also be obtained any time with WifiP2pManager.RequestPeers(.Channel, .IPeerListListener).

[Android Documentation]

Requirements

Namespace: Android.Net.Wifi.P2p
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14