GattCharacteristicUuidsFromBluetoothUti Method

Returns the Uuid for a characteristic given the Uniform Type Identifier.

Definition

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

Parameters

bluetoothUti  String
Uniform Type Identifier of the characteristic e.g. aerobic_heart_rate_lower_limit

Return Value

BluetoothUuid
The characteristic Uuid on success else Guid.Empty.

See Also