otSrpServerServiceMatchesServiceName() function
Indicates whether this service matches a given service 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.
aServiceName
The service name.
Return value
TRUE If service matches the service name. FALSE If service does not match the service name.