BluetoothLEAdvertisementReceivedEventArgs.IsAnonymous 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.
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.