GattServiceProviderTrigger.AdvertisingParameters Property
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.
Gets the advertising parameters which control whether the radio is connected/discoverable.
public:
property GattServiceProviderAdvertisingParameters ^ AdvertisingParameters { GattServiceProviderAdvertisingParameters ^ get(); void set(GattServiceProviderAdvertisingParameters ^ value); };
GattServiceProviderAdvertisingParameters AdvertisingParameters();
void AdvertisingParameters(GattServiceProviderAdvertisingParameters value);
public GattServiceProviderAdvertisingParameters AdvertisingParameters { get; set; }
var gattServiceProviderAdvertisingParameters = gattServiceProviderTrigger.advertisingParameters;
gattServiceProviderTrigger.advertisingParameters = gattServiceProviderAdvertisingParameters;
Public Property AdvertisingParameters As GattServiceProviderAdvertisingParameters
Property Value
Remarks
When the device is discoverable, the service is published to a database so that other devices can see what services are available without having to connect to the device.