otSrpServerHostGetNextService() function
Returns the next service of given host.
Arguments
aHost
A pointer to the SRP service host.
aService
A pointer to current SRP service instance; use NULL to get the first service.
Return value
A pointer to the next service or NULL if there is no more services.
![]()
while ((service = otSrpServerHostGetNextService(host, service)) != nullptr)
otSrpServerHostGetNextService() is called by 1 function:
![]()
otSrpServerHostGetNextService()
otSrpServerHostGetNextService():
![]()
otSrpServerHostGetNextService()