Skip to content

Commit

Permalink
[nxp fromtree] Store icdClientInfo after completing check-in message …
Browse files Browse the repository at this point in the history
…validation (project-chip#36027)

(cherry picked from commit a8d9513)
  • Loading branch information
yunhanw-google authored and andrei-menzopol committed Oct 18, 2024
1 parent 7629b94 commit 3f79f29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/icd/client/CheckInHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ CHIP_ERROR CheckInHandler::OnMessageReceived(Messaging::ExchangeContext * ec, co
}
else
{
mpICDClientStorage->StoreEntry(clientInfo);
mpCheckInDelegate->OnCheckInComplete(clientInfo);
#if CHIP_CONFIG_ENABLE_READ_CLIENT
mpImEngine->OnActiveModeNotification(clientInfo.peer_node);
Expand Down

0 comments on commit 3f79f29

Please sign in to comment.