You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a structure for MRP Parameters to PairingSession.h. Or, reuse ReliableMessageProtocolConfig.
Update CASESession::EstablishSession(), and CASESession::ListenForSessionEstablishment() to have an optional parameter for MRP Parameters.
Save the provided parameter as part of CASESession object.
In CASESession::SendSigma1(), CASESession::SendSigma2(), and CASESession::SendSigma2Resume(), if the optional MRP parameters were provided, include the values in the Sigma1 message as per spec TLV format.
On receive of these messages, check if the message has the optional TLV elements. If the values are there, extract and call SetMRPConfig() on CASESession object.
connectedhomeip/src/protocols/secure_channel/CASESession.cpp
Lines 533 to 543 in 7544281
This issue was generated by todo based on a
TODO
comment in 7544281 when #9904 was merged. cc @pan-apple.The text was updated successfully, but these errors were encountered: