BluetoothLEAdvertisementReceivedEventArgs.BluetoothAddress Property

Definition

Gets the Bluetooth address of the device sending the Bluetooth LE advertisement.

public:
 property unsigned long long BluetoothAddress { unsigned long long get(); };
uint64_t BluetoothAddress();
public ulong BluetoothAddress { get; }
var uInt64 = bluetoothLEAdvertisementReceivedEventArgs.bluetoothAddress;
Public ReadOnly Property BluetoothAddress As ULong

Property Value

UInt64

unsigned long long

uint64_t

the Bluetooth address of the device sending the Bluetooth LE advertisement.

Windows requirements

App capabilities
bluetooth

Applies to

See also