Searched refs:uuid4 (Results 1 - 1 of 1) sorted by relevance

/system/bt/btif/src/
H A Dbtif_util.cc120 uint32_t uuid0, uuid4;
124 &uuid2, &uuid3, &uuid4, &uuid5);
131 uuid4 = htonl(uuid4);
138 memcpy(&(p_uuid->uu[10]), &uuid4, 4);
145 uint32_t uuid0, uuid4; local
152 memcpy(&uuid4, &(p_uuid->uu[10]), 4);
156 ntohs(uuid1), ntohs(uuid2), ntohs(uuid3), ntohl(uuid4),

Completed in 39 milliseconds