otSrpServerServiceMatchesInstanceName() function
Indicates whether this service matches a given service instance name. DNS name matches are performed using a case-insensitive string comparison (i.e., "Abc" and "aBc" are considered to be the same).
Arguments
aService
A pointer to the SRP service.
aInstanceName
The service instance name.
Return value
TRUE If service matches the service instance name. FALSE If service does not match the service instance name.