Latest sync into repo with fixes

PiperOrigin-RevId: 813321071
This commit is contained in:
Anay Wadhera
2025-09-30 10:17:58 -07:00
committed by Copybara-Service
parent 04f9204855
commit c957099ca0
@@ -77,6 +77,11 @@ void ProcessDataElement(const nearby_protocol::V0DataElement& data_element,
}
case nearby_protocol::V0DataElementKind::Actions: {
AddActionsToAdvertisement(data_element.AsActions(), advertisement);
return;
}
default: {
LOG(WARNING) << "Unsupported data element type: "
<< (int)data_element.GetKind();
}
}
}