BluetoothLEAdvertisementReceivedEventArgs.IsAnonymous Property

Definition

Indicates whether a Bluetooth Address was omitted from the received advertisement.

public:
 property bool IsAnonymous { bool get(); };
bool IsAnonymous();
public bool IsAnonymous { get; }
var boolean = bluetoothLEAdvertisementReceivedEventArgs.isAnonymous;
Public ReadOnly Property IsAnonymous As Boolean

Property Value

Boolean

bool

Indicates whether the advertisement was sent anonymously.

Windows requirements

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

Remarks

A result of True indicates that a Bluetooth Address was omitted, and that the advertisement was anonymous. A result of False indicates an address was included.

Applies to