Can anybody tell me why we have to almost-but-not-quite equivalent storage mechanisms for UUIDs in (user-space) BlueZ? This is accompanied by multiple sets of utilities as well. It looks like one is targeting SDP and one isn't. However, I need to occasionally translate from one form to the other.
They both include a "type" which is a u8 in one instance, and an enum in the other. And then they both include a union for the u16, u32 and u128.
Is one suppose to be in network order, and the other native? I can't tell just from looking at the various usages.
-- Brian Gix bgix@xxxxxxxxxxxxxx Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html