Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Ddataset_api.cpp97 otError otDatasetSendMgmtActiveGet(otInstance *aInstance, in otDatasetSendMgmtActiveGet() function
/openthread-latest/include/openthread/
Ddataset.h461 otError otDatasetSendMgmtActiveGet(otInstance *aInstance,
/openthread-latest/src/cli/
Dcli_dataset.cpp948 … error = otDatasetSendMgmtActiveGet(GetInstancePtr(), &datasetComponents, tlvs.mTlvs, tlvs.mLength, in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1785 …error = otDatasetSendMgmtActiveGet(mInstance, &dataset.mComponents, extraTlvs, extraTlvsLength, de… in HandlePropertySet()