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

/system/bt/btif/src/
H A Dbtif_util.c116 uint32_t uuid0, uuid4; local
120 &uuid0, &uuid1, &uuid2, &uuid3, &uuid4, &uuid5);
126 uuid4 = htonl(uuid4);
133 memcpy(&(p_uuid->uu[10]), &uuid4, 4);
142 uint32_t uuid0, uuid4; local
149 memcpy(&uuid4, &(p_uuid->uu[10]), 4);
155 ntohl(uuid4), ntohs(uuid5));

Completed in 176 milliseconds