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

The following class is setting the discriminator in Persistent Storage. This is #4773

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

Comments

@todo
Copy link

todo bot commented Feb 9, 2021

// TODO: The following class is setting the discriminator in Persistent Storage. This is
// is needed since BLE reads the discriminator using ConfigurationMgr APIs. The
// better solution will be to pass the discriminator to BLE without changing it
// in the persistent storage.
// https://github.com/project-chip/connectedhomeip/issues/4767
class DeviceDiscriminatorCache
{
public:
CHIP_ERROR UpdateDiscriminator(uint16_t discriminator)
{
if (!mOriginalDiscriminatorCached)


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