This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

It looks like the cc3200 can only advertise a single parameter in the TXT record

Other Parts Discussed in Thread: CC3200

I have encoded the pText parameter to the NetAppMDNSRegisterService as described in the rfc's::

<\005>A=123<\006>B=4567<\000>

TextLen paramter is 13

The mdns packet on wireshark has a Txt Len of 14, and shows a siungle parameter with a length byte of 13 and my entire pText string, including the embedded length bytes.

Does the cc3200 support multiple parameters in an mDNS txt record?  If so, how are they encoded?  I tried issuing two calls to NetAppMDNSRegisterService, but the second fails (I expected that).