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