BluetoothDeviceId Property

The unique identifier for the device.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public string Id { get; }

Property Value

String

Remarks

On most platforms this will be the Bluetooth address, but some, such as iOS, will use a locally assigned unique id.

See Also