mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
bf6da19fbe
This commit updates `Manager::CoapDtlsSession::SendEnrollerResponse()` to always include the Admitter info TLVs in responses sent to enrollers. Previously, these TLVs were only included in responses to registration and keep-alive requests. This change ensures that enrollers receive consistent state updates from the `Admitter` during all interactions, such as joiner acceptance or release. The test case `TestBorderAdmitterJoinerEnrollerInteraction` is updated to validate the new behavior.