OSDN Git Service

Replace att_get_uuid128() by bswap_128()
authorClaudio Takahasi <claudio.takahasi@openbossa.org>
Mon, 24 Mar 2014 19:25:38 +0000 (16:25 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 24 Mar 2014 20:08:54 +0000 (22:08 +0200)
commit1a1e9b4fa98bec70229cc88fbc7bb7b143853dd7
tree5eb0e48fb0de510e99a48f140bf690ca38a8870d
parent91744cb56f13be246a8614800aea3065b46181d3
Replace att_get_uuid128() by bswap_128()

GATT/ATT use little-endian byte order format for 128-bit UUID. No matter
the system byte order representation, internally the core will handle
128-bit UUID on big-endian format.
attrib/att.c
attrib/gatt.c
attrib/gatttool.c
attrib/interactive.c