Skip to content

Commit

Permalink
Moved todo to better place
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp committed Aug 3, 2023
1 parent e0736c0 commit 0b3d28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/secure_channel/PairingSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ class DLL_EXPORT PairingSession : public SessionDelegate
Encoding::LittleEndian::Reader reader(report.GetProtocolData()->Start(),
report.GetProtocolData()->DataLength());

// TODO: CASE: Notify minimum wait time to clients on receiving busy status report #28290
uint16_t minimumWaitTime = 0;
err = reader.Read16(&minimumWaitTime).StatusCode();
if (err != CHIP_NO_ERROR)
Expand All @@ -192,6 +191,7 @@ class DLL_EXPORT PairingSession : public SessionDelegate
}
else
{
// TODO: CASE: Notify minimum wait time to clients on receiving busy status report #28290
ChipLogProgress(SecureChannel, "Received busy status report with minimum wait time: %u ms",
minimumWaitTime);
}
Expand Down

0 comments on commit 0b3d28f

Please sign in to comment.