BluetoothServiceCreateBluetoothUuid(Int16) Method

Create a full 128-bit Service class UUID from its 16-bit short form.

Definition

Namespace: InTheHand.Net.Bluetooth
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static Guid CreateBluetoothUuid(
	short uuid16
)

Parameters

uuid16  Int16
The service class UUID in the 16-bit UUID short form as a Int16.

Return Value

Guid
A Guid containing the full 128-bit form of the supplied Bluetooth service class UUID.

See Also