Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkov committed Jul 11, 2024
1 parent 45a3f12 commit 8836681
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/controller/CommissionerDiscoveryController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,6 @@ void CommissionerDiscoveryController::CommissioningSucceeded(uint16_t vendorId,
if (mPostCommissioningListener != nullptr)
{
ChipLogDetail(Controller, "CommissionerDiscoveryController calling listener");
// Qs:
// * Is it right to use mPasscode here?
// * Would it not be zero if HandleContentAppPasscodeResponse returns zero passcode?
// * Which client/app does the passcode refer to? Same question for Rotating ID.
mPostCommissioningListener->CommissioningCompleted(vendorId, productId, nodeId, GetRotatingIdSpan(), mPasscode, exchangeMgr,
sessionHandle);
}
Expand Down

0 comments on commit 8836681

Please sign in to comment.