BluetoothLEAdvertisementReceivedEventArgs.BluetoothAddressType Property

Definition

Retrieves the Bluetooth Address Type of the received advertisement.

public:
 property BluetoothAddressType BluetoothAddressType { BluetoothAddressType get(); };
BluetoothAddressType BluetoothAddressType();
public BluetoothAddressType BluetoothAddressType { get; }
var bluetoothAddressType = bluetoothLEAdvertisementReceivedEventArgs.bluetoothAddressType;
Public ReadOnly Property BluetoothAddressType As BluetoothAddressType

Property Value

The Bluetooth Address Type of the advertisement. If the advertisement is anonymous, the type returned is Unspecified.

Windows requirements

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

Applies to