In SmartConfigDiscoverMDNS method -netServiceDidResolveAddress:the code looks for a value for the key "srcvers" in the TX record data dictionary. In the case where discovery is being performed for any device (empty deviceName string), it looks for a value of "1D90645". Can someone explain the intent of the srcvers key? Is the intent for applications to use this just as a means for identifying their own product-specific devices, or is the value TI-specific and we should always look for this value? I ask because the name implies "source version". I assume the value is programmable on the CC3200 side. Is that correct? (Note, I'm working the iOS side of our application, so don't have good knowledge of the device side host code.)
-Mark