Searched defs:uuid3 (Results 1 - 1 of 1) sorted by relevance

/system/bt/btif/src/
H A Dbtif_util.cc121 uint16_t uuid1, uuid2, uuid3, uuid5; local
124 &uuid2, &uuid3, &uuid4, &uuid5);
130 uuid3 = htons(uuid3);
137 memcpy(&(p_uuid->uu[8]), &uuid3, 2);
146 uint16_t uuid1, uuid2, uuid3, uuid5; local
151 memcpy(&uuid3, &(p_uuid->uu[8]), 2);
156 ntohs(uuid1), ntohs(uuid2), ntohs(uuid3), ntohl(uuid4),

Completed in 40 milliseconds