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
* DNS-SD: Remove calls to set T flag
Nothing currently supports TCP, therefore nothing should be setting
this flag. Per the new spec text, it is now forbidden to have
the lowest bit marked. This will bring the SDK examples into compliance
with 1.3.
Note that this PR does not fix the advertising parameters API. We
will need a new API for this flag when TCP support lands. Leaving
this for a follow up PR as changing the API should happen separately
from bringing the examples into conformance as it may affect the
platforms, who have implementations outside of the SDK.
Test: tested with all-clusters and avahi. Also fixed tests to
omit this flag and ensure it does not appear in the TXT
record.
Automated cert test for operational records is in progress
and requires this PR to pass.
* Restyled by clang-format
---------
Co-authored-by: Restyled.io <commits@restyled.io>
0 commit comments