Searched refs:otNetDataGetNextService (Results 1 – 4 of 4) sorted by relevance
228 otError otNetDataGetNextService(otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceC…
90 otError otNetDataGetNextService(otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceC… in otNetDataGetNextService() function
627 error = otNetDataGetNextService(GetInstancePtr(), aIterator, aConfig); in GetNextService()
1181 while (otNetDataGetNextService(mInstance, &iterator, &cfg) == OT_ERROR_NONE) in HandlePropertyGet()