AdvertisingRequest.FlagSkipProbing Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 2Implements
- 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.