otDnsBrowseResponseGetServiceName() function
Gets the service name associated with a DNS browse (service instance enumeration) response. MUST only be used from `otDnsBrowseCallback`.
Arguments
aResponse
A pointer to the response.
aNameBuffer
A buffer to char array to output the service name (MUST NOT be NULL).
aNameBufferSize
The size of @p aNameBuffer.
Return value
OT_ERROR_NONE The service name was read successfully. OT_ERROR_NO_BUFS The name does not fit in @p aNameBuffer.