Home
last modified time | relevance | path

Searched refs:newSubTypeLabel (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_server.cpp1060 Heap::String *newSubTypeLabel = service->mSubTypes.PushBack(); in ProcessServiceDiscoveryInstructions() local
1062 VerifyOrExit(newSubTypeLabel != nullptr, error = kErrorNoBufs); in ProcessServiceDiscoveryInstructions()
1063 SuccessOrExit(error = newSubTypeLabel->Set(serviceName)); in ProcessServiceDiscoveryInstructions()