Share via


BluetoothLEAdvertisementPublisherTriggerDetails.SelectedTransmitPowerLevelInDBm Property

Definition

Represents the current transmit power selected by the Bluetooth adapter for the advertisement.

public:
 property IReference<short> ^ SelectedTransmitPowerLevelInDBm { IReference<short> ^ get(); };
IReference<short> SelectedTransmitPowerLevelInDBm();
public System.Nullable<short> SelectedTransmitPowerLevelInDBm { get; }
var iReference = bluetoothLEAdvertisementPublisherTriggerDetails.selectedTransmitPowerLevelInDBm;
Public ReadOnly Property SelectedTransmitPowerLevelInDBm As Nullable(Of Short)

Property Value

The current transmit power selected. If the Extended Advertisement format is not supported by the adapter, this instead represents the adapter's default transmit power level.

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v10.0)

Remarks

This property is only valid when the advertisement publisher is in the Started state.

Applies to