Skip to content

Commit

Permalink
integrating comment on API
Browse files Browse the repository at this point in the history
  • Loading branch information
Alami-Amine committed Oct 22, 2024
1 parent 283039c commit 25ad622
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/protocols/secure_channel/PASESession.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,8 @@ 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.
* Note: The delegate will be notified if and only if Pair() returns success. If an error occurs
* after Pair() returns success, the delegate will be notified accordingly.
*
* @return CHIP_ERROR The result of initialization
*/
Expand Down

0 comments on commit 25ad622

Please sign in to comment.