Commit: 3d4d9147a8cd086908e658f513a4c4c4cdecaea5
Parent: 454a30731b202e7e7f41befdd96f0a1fa3d33a38
Author: Claudio Takahasi <claudio.takahasi@openbossa.org>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-03-24 22:18:34
Tree: 11071cd2f990d355dc8d64faf7aa8c27084b58a6

core: Fix creating 128-bit uuid_t based on GATT service sdp_uuid128_create() gets the 128-bit UUID on big-endian (human-readable format) byte order. Service declaration attributes puts the UUIDs in the attribute value field using little endian order. This patch converts the 128-bit UUID from little-endian to big-endian before creating uuid_t.

Diffstat

M src/attrib-server.c | 10 +++++++- - -

1 files changed, 7 insertions(+), 3 deletions(-)

View Full Diff | Patch