GattDescriptorUuidsFromBluetoothUti Method

Returns the Uuid for a descriptor 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.descriptor.gatt.characteristic_aggregate_format

Return Value

BluetoothUuid
The descriptor Uuid on success else an empty BluetoothUuid.

See Also