OSDN Git Service

lib: Remove hton128() from bt_uuid_to_string()
authorClaudio Takahasi <claudio.takahasi@openbossa.org>
Mon, 24 Mar 2014 19:25:29 +0000 (16:25 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 24 Mar 2014 20:05:08 +0000 (22:05 +0200)
commit05a9545a829f38da60c86f5df1462aa5a89f8962
treeb6434bcfde009582f7063395f4dd6900de38308a
parent3c3d0a8a323c7cb2de8f3c39abcc5ee88720fce6
lib: Remove hton128() from bt_uuid_to_string()

bt_uuid_to_string() helper should get the raw UUID value. Caller should
convert the 128-bit UUID before call this helper (if applicable).
bt_uuid_t stores 128-bit UUID using big-endian format (human-readable
format), swapping byte order is not necessary.
lib/uuid.c