We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8813c00 commit 20271bfCopy full SHA for 20271bf
src/app/CommandHandler.h
@@ -693,7 +693,7 @@ class CommandHandler
693
InvokeResponseMessage::Builder mInvokeResponseBuilder;
694
TLV::TLVType mDataElementContainerType = TLV::kTLVType_NotSpecified;
695
size_t mPendingWork = 0;
696
- /* List to store the weak reference to all the Handle created with this Command Handler.*/
+ /* List to store all currently-outstanding Handles for this Command Handler.*/
697
IntrusiveList<Handle> mpHandleList;
698
699
chip::System::PacketBufferTLVWriter mCommandMessageWriter;
0 commit comments