// bthsdpddi.h
PBYTESWAPUUID128 Pbyteswapuuid128;
void Pbyteswapuuid128(
GUID *pUuidFrom,
GUID *pUuiidTo
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The Bluetooth SdpByteSwapUuid128 function is used to reverse the byte order of a 128-bit universally unique identifier (UUID).
pUuidFromA pointer to the 128-bit GUID for which to reverse the byte order.
pUuiidToA pointer to the converted 128-bit GUID.
The SdpByteSwapUuid128 function always reverses the byte order of the value pointed to by the pUuidFrom parameter. Use this function to convert 128-bit GUID values from the byte order on the local computer to the byte order of the network to which the computer is connected.
Bluetooth profile drivers can obtain a pointer to this function through the BTHDDI_SDP_PARSE_INTERFACE.