Skip to content

Commit

Permalink
Update src/app/server/AppDelegate.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
sharadb-amazon and bzbarsky-apple authored Jul 26, 2023
1 parent dc25949 commit 577998b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/server/AppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class AppDelegate
* This is called when the PASE establishment failed (such as, when an invalid passcode is provided) or PASE was established
* fine but then the fail-safe expired (including being expired by the commissioner)
*
* @param err CHIP_ERROR indicating the error that occurred during session establishment
* @param err CHIP_ERROR indicating the error that occurred during session establishment or the error accompanying the fail-safe timeout.
*/
virtual void OnCommissioningSessionEstablishmentError(CHIP_ERROR err) {}

Expand Down

0 comments on commit 577998b

Please sign in to comment.