GattServiceUuidsFromBluetoothUti Method

Returns the Uuid for a service 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 service e.g. org.bluetooth.service.generic_access

Return Value

BluetoothUuid
The service Uuid on success else Guid.Empty.

See Also