Skip to content

Commit

Permalink
add TODO for discriminator usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-apple committed Feb 9, 2021
1 parent deee8ac commit 81f21bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ bool isRendezvousBypassed()
return rendezvousMode == RendezvousInformationFlags::kNone;
}

// 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:
Expand Down

0 comments on commit 81f21bb

Please sign in to comment.