Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#8605): protocolsSupported should be list of OTADownloadProtocol enums, not uin... #8795

Closed
todo bot opened this issue Aug 4, 2021 · 1 comment
Closed
Assignees

Comments

@todo
Copy link

todo bot commented Aug 4, 2021

// TODO(#8605): protocolsSupported should be list of OTADownloadProtocol enums, not uint8_t
virtual EmberAfStatus HandleQueryImage(uint16_t vendorId, uint16_t productId, uint16_t imageType, uint16_t hardwareVersion,
uint32_t currentVersion, uint8_t protocolsSupported, const chip::ByteSpan & location,
bool clientCanConsent, const chip::ByteSpan & metadataForProvider) = 0;
virtual EmberAfStatus HandleApplyUpdateRequest(const chip::ByteSpan & updateToken, uint32_t newVersion) = 0;


This issue was generated by todo based on a TODO comment in 5f3f225. It's been assigned to @holbrookt because they committed the code.
@carol-apple
Copy link
Contributor

Fixed by #11336

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants