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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_util.c137 uint32_t uuid0, uuid4; local
141 &uuid0, &uuid1, &uuid2, &uuid3, &uuid4, &uuid5);
147 uuid4 = htonl(uuid4);
154 memcpy(&(p_uuid->uu[10]), &uuid4, 4);
163 uint32_t uuid0, uuid4; local
170 memcpy(&uuid4, &(p_uuid->uu[10]), 4);
176 ntohl(uuid4), ntohs(uuid5));

Completed in 74 milliseconds