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... #8792

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

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 155d69b when #8632 was merged. cc @holbrookt.
@todo todo bot added the todo label Aug 4, 2021
@todo todo bot assigned holbrookt Aug 4, 2021
@carol-apple
Copy link
Contributor

This is a dupe of #8795

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

No branches or pull requests

2 participants