Skip to content

Commit

Permalink
clarifying Pair API contract regarding the delegate
Browse files Browse the repository at this point in the history
  • Loading branch information
Alami-Amine committed Oct 22, 2024
1 parent dd11eaf commit 283039c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/protocols/secure_channel/PASESession.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ class DLL_EXPORT PASESession : public Messaging::UnsolicitedMessageHandler,
* ownership of the exchangeCtxt to PASESession object. PASESession
* will close the exchange on (successful/failed) handshake completion.
* @param delegate Callback object
* Note: The delegate will not be notified if a failure occurs at this stage.
* The delegate will only be notified of an error during session establishment
* if it happens after the Pair() call succeeds and the PBKDFParamRequest
* is sent; i.e., after the session establishment process has started.
*
* @return CHIP_ERROR The result of initialization
*/
Expand Down

0 comments on commit 283039c

Please sign in to comment.