BluetoothUuidTryGetShortId Method

Attempts to get the short Bluetooth ID from a UUID.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static ushort? TryGetShortId(
	Guid uuid
)

Parameters

uuid  Guid
The UUID.

Return Value

NullableUInt16
Returns the short ID.

See Also