mirror of
https://github.com/espressif/openthread.git
synced 2026-07-10 06:10:21 +00:00
7a2e337493
This commit updates the `BorderAgent` to ensure that if its `Id` is changed using the `SetId()` method, any consequent changes to the generated TXT data for the MeshCoP service are correctly signaled. This signaling is performed using the "Service TXT Data changed callback". This commit also updates `test_border_agent` to validate this.