IsBthLEUuidMatch 函数 (bthledef.h)
确定两个 UUID 是否相互匹配。 如果两者都是短 UUID,或者两者都是长 UUID,则直接比较它们。 否则,短 UUID 将使用蓝牙 BASE UUID 转换为长 UUID,然后与长 UUID 进行比较。
语法
BOOLEAN IsBthLEUuidMatch(
BTH_LE_UUID uuid1,
BTH_LE_UUID uuid2
);
参数
uuid1
类型:_In_ BTH_LE_UUID
左比较。
uuid2
类型:_In_ BTH_LE_UUID
右比较。
返回值
类型: BOOLEAN
如果值相等,则为 TRUE;否则为 FALSE。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | bthledef.h |
Library | BluetoothAPIs.lib |
DLL | BluetoothAPIs.dll |