otSrpServerServiceHasSubTypeServiceName() function
Indicates whether or not the service has a given sub-type. 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.
aSubTypeServiceName
The sub-type service name (full name) to check.
Return value
TRUE Service contains the sub-type @p aSubTypeServiceName. FALSE Service does not contain the sub-type @p aSubTypeServiceName.