BluetoothUuidFromId Method

Returns the Uuid for a given Bluetooth SIG name. Names must beging with the "org.bluetooth" prefix.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static BluetoothUuid FromId(
	string uuidName
)

Parameters

uuidName  String

[Missing <param name="uuidName"/> documentation for "M:InTheHand.Bluetooth.BluetoothUuid.FromId(System.String)"]

Return Value

BluetoothUuid

[Missing <returns> documentation for "M:InTheHand.Bluetooth.BluetoothUuid.FromId(System.String)"]

See Also