WifiP2pManager.IsPccModeSupported Property

Definition

Check if this device supports P2P Connection Compatibility Mode(R1/R2 compatibility mode).

public virtual bool IsPccModeSupported { [Android.Runtime.Register("isPccModeSupported", "()Z", "GetIsPccModeSupportedHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isPccModeSupported", "()Z", "GetIsPccModeSupportedHandler", ApiSince=36)>]
member this.IsPccModeSupported : bool

Property Value

true if this device supports hosting an autonomous Group Owner which allows legacy P2P clients and R2 clients to join the group in PCC Mode and also supports connecting to a Group Owner either using legacy security mode (WPA2-PSK) or R2 mandated security mode(WPA3-SAE) in PCC Mode.

Attributes

Remarks

Check if this device supports P2P Connection Compatibility Mode(R1/R2 compatibility mode).

Java documentation for android.net.wifi.p2p.WifiP2pManager.isPccModeSupported().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to