-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Support Android MDNS subtype #26136
[Android] Support Android MDNS subtype #26136
Conversation
a01ccf7
to
b98546b
Compare
PR #26136: Size comparison from 19909ce to b98546b Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
b98546b
to
c764808
Compare
PR #26136: Size comparison from 4ccbbb7 to c764808 Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
PR #26136: Size comparison from b8368a1 to f8cb978 Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
PR #26136: Size comparison from e2341d8 to b1b807a Increases (2 builds for nrfconnect)
Full report (6 builds for mbed, nrfconnect, qpg)
|
PR #26136: Size comparison from 1177ce8 to 86b50a4 Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
PR #26136: Size comparison from f3f7ecd to 632549e Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
632549e
to
fbc45b2
Compare
PR #26136: Size comparison from f3f7ecd to fbc45b2 Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
PR #26136: Size comparison from f3f7ecd to 7935b8d Full report (1 build for cc32xx)
|
@jeonghwan7 could you add more details about Is this format documented anywhere or was this found during manual testing (and if so, how)? Looking at https://www.rfc-editor.org/rfc/rfc6763.html#section-7.1, the example given is |
Hi, @andy31415 Using subtype, I thought about discovery as a function that must be implemented in the app, and found out that I had to put the subtype back on Android after finding the following issue link, and when I tested it, it worked normally and created a PR. The changing subtype method code is taken from darwin.
|
Fix #25235
To use Android mdns sub-type must be below format
_S15._sub._matterc._udp -> _matterc._udp._S15
I changed the mdns subtype and the function was taken from darwin platform.