Lines Matching full:uuid
102 UUID cb_uuid;
106 auto callback = [&](BLEStatus in_status, const UUID& uuid,
109 cb_uuid = uuid;
115 UUID uuid0 = UUID::GetRandom();
125 // Calling twice with the same UUID should fail with no additional call into
131 // Call with a different UUID while one is pending.
132 UUID uuid1 = UUID::GetRandom();
138 // Trigger callback with an unknown UUID. This should get ignored.
139 UUID uuid2 = UUID::GetRandom();