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

This code is temporary, and must be updated to use the Cluster API. #4774

Closed
todo bot opened this issue Feb 9, 2021 · 0 comments
Closed

This code is temporary, and must be updated to use the Cluster API. #4774

todo bot opened this issue Feb 9, 2021 · 0 comments
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Feb 9, 2021

// TODO: This code is temporary, and must be updated to use the Cluster API.
// Issue: https://github.com/project-chip/connectedhomeip/issues/4725
if (payloadHeader.GetProtocolID() == chip::Protocols::kProtocol_ServiceProvisioning)
{
CHIP_ERROR err = CHIP_NO_ERROR;
uint32_t timeout;
uint16_t discriminator;
PASEVerifier verifier;
ChipLogProgress(AppServer, "Received service provisioning message. Treating it as OpenPairingWindow request");
chip::System::PacketBufferTLVReader reader;


This issue was generated by todo based on a TODO comment in 1101c5a when #4738 was merged. cc @pan-apple.
@todo todo bot added the todo label Feb 9, 2021
@todo todo bot assigned pan-apple Feb 9, 2021
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