GattCharacteristicUuidsFromBluetoothUti Method
Returns the Uuid for a characteristic given the Uniform Type Identifier.
Namespace: InTheHand.BluetoothAssembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public static BluetoothUuid FromBluetoothUti(
string bluetoothUti
)
Public Shared Function FromBluetoothUti (
bluetoothUti As String
) As BluetoothUuid
public:
static BluetoothUuid FromBluetoothUti(
String^ bluetoothUti
)
static member FromBluetoothUti :
bluetoothUti : string -> BluetoothUuid
- bluetoothUti String
- Uniform Type Identifier of the characteristic e.g. aerobic_heart_rate_lower_limit
BluetoothUuidThe characteristic Uuid on success else Guid.Empty.