All of lore.kernel.org
 help / color / mirror / Atom feed
* uuid_t and bt_uuid_t
@ 2012-01-19  0:11 Brian Gix
  2012-01-19  7:46 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Gix @ 2012-01-19  0:11 UTC (permalink / raw)
  To: BlueZ development


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@codeaurora.org
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-19  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-19  0:11 uuid_t and bt_uuid_t Brian Gix
2012-01-19  7:46 ` Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.