Home | History | Annotate | Download | only in test

Lines Matching full:uuid

31 using bluetooth::UUID;
57 bool TestUUID(const UUID& uuid_in) {
142 TEST(ParcelHelpersTest, UUID) {
145 UUID uuid = UUID::GetRandom();
146 TestUUID(uuid);
151 UUID uuid0 = UUID::GetRandom();
152 UUID uuid1 = UUID::GetRandom();
153 UUID uuid2 = UUID::GetRandom();
186 UUID uuid = UUID::GetRandom();
187 filter.SetServiceUuid(uuid);
190 UUID mask = UUID::GetRandom();
191 filter.SetServiceUuidWithMask(uuid, mask);