Skip to content

Commit

Permalink
[controller] reset Device state for usage in accessories
Browse files Browse the repository at this point in the history
  • Loading branch information
gjc13 committed Sep 6, 2021
1 parent 92309bc commit 51ad7f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/CHIPDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ void Device::OperationalCertProvisioned()

Persist();
CloseSession();
mState = ConnectionState::NotConnected;
}

CHIP_ERROR Device::WarmupCASESession()
Expand Down

0 comments on commit 51ad7f2

Please sign in to comment.