BluetoothUuidFromShortId Method

Returns the bluetooth device UUID from a short ID.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static BluetoothUuid FromShortId(
	ushort shortId
)

Parameters

shortId  UInt16
The short ID.

Return Value

BluetoothUuid
Returns the UUID.

See Also