We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd5db7 commit 79404f4Copy full SHA for 79404f4
src/app/CommandHandler.h
@@ -383,9 +383,9 @@ class CommandHandler
383
* the corresponding `GetCommandId` call.
384
*/
385
void AddResponse(const ConcreteCommandPath & aRequestCommandPath, CommandId aResponseCommandId,
386
- DataModel::EncodableToTLV & encodable)
+ DataModel::EncodableToTLV & aEncodable)
387
{
388
- if (AddResponseData(aRequestCommandPath, aResponseCommandId, encodable) != CHIP_NO_ERROR)
+ if (AddResponseData(aRequestCommandPath, aResponseCommandId, aEncodable) != CHIP_NO_ERROR)
389
390
AddStatus(aRequestCommandPath, Protocols::InteractionModel::Status::Failure);
391
}
0 commit comments