Share via


AdvertisingRequest.FlagSkipProbing Field

Definition

Skip the probing step when advertising.

[Android.Runtime.Register("FLAG_SKIP_PROBING", ApiSince=36)]
public const long FlagSkipProbing = 2;
[<Android.Runtime.Register("FLAG_SKIP_PROBING", ApiSince=36)>]
val mutable FlagSkipProbing : int64

Field Value

Value = 2

Implements

Attributes

Remarks

Skip the probing step when advertising.

This must only be used when the service name (NsdServiceInfo#getServiceName() is known to be unique and cannot possibly be used by any other device on the network.

Java documentation for android.net.nsd.AdvertisingRequest.FLAG_SKIP_PROBING.

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