HomeSort by relevance Sort by last modified time
    Searched refs:uuid0 (Results 1 - 2 of 2) sorted by null

  /system/bt/btif/src/
btif_util.c 116 uint32_t uuid0, uuid4; local
120 &uuid0, &uuid1, &uuid2, &uuid3, &uuid4, &uuid5);
122 uuid0 = htonl(uuid0);
129 memcpy(&(p_uuid->uu[0]), &uuid0, 4);
142 uint32_t uuid0, uuid4; local
145 memcpy(&uuid0, &(p_uuid->uu[0]), 4);
153 ntohl(uuid0), ntohs(uuid1),
  /system/bt/btcore/test/
property_test.cpp 136 bt_uuid_t uuid0 = { local
144 bt_property_t *property = property_new_uuids(&uuid0, 1);
146 EXPECT_EQ(0, strcmp((const char *)uuid0.uu, (char *)property->val));

Completed in 1011 milliseconds