OSDN Git Service

lib: Remove ntoh128() from bt_string_to_uuid128()
authorClaudio Takahasi <claudio.takahasi@openbossa.org>
Mon, 24 Mar 2014 19:25:28 +0000 (16:25 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 24 Mar 2014 20:04:37 +0000 (22:04 +0200)
commit3c3d0a8a323c7cb2de8f3c39abcc5ee88720fce6
treefe3ad81ecfcf710dadf55e3f27abf981afcce8e1
parent99e7a4bd0f519bbb6fd0088cc5d5e74ce68531b2
lib: Remove ntoh128() from bt_string_to_uuid128()

No matter the system, 128-bit UUIDs should not be converted to any byte
order when creating the UUID. Conversion to big/little endian should be
performed when transfering the data over-the-air only. bt_uuid_t should
handle 128-bit UUID on big-endian format (human-readable format).
lib/uuid.c