IsBthLEUuidMatch function (bthledef.h)

Determines whether two UUIDs match each other. If both are short UUIDs, or if both are long UUIDs, then they are compared directly. Otherwise, the short UUID will be converted to a long UUID using the Bluetooth BASE UUID, and then compared against the long one.

Syntax

BOOLEAN IsBthLEUuidMatch(
  BTH_LE_UUID uuid1,
  BTH_LE_UUID uuid2
);

Parameters

uuid1

Type: _In_ BTH_LE_UUID

Left comparand.

uuid2

Type: _In_ BTH_LE_UUID

Right comparand.

Return value

Type: BOOLEAN

TRUE if the values are equal, FALSE otherwise.

Requirements

Requirement Value
Target Platform Windows
Header bthledef.h
Library BluetoothAPIs.lib
DLL BluetoothAPIs.dll