Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Ddataset_api.cpp107 otError otDatasetSendMgmtActiveSet(otInstance *aInstance, in otDatasetSendMgmtActiveSet() function
/openthread-latest/include/openthread/
Ddataset.h481 otError otDatasetSendMgmtActiveSet(otInstance *aInstance,
/openthread-latest/src/cli/
Dcli_dataset.cpp851otDatasetSendMgmtActiveSet(GetInstancePtr(), &dataset, tlvs.mTlvs, tlvs.mLength, /* aCallback */ n… in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1718 …error = otDatasetSendMgmtActiveSet(mInstance, &dataset, extraTlvs, extraTlvsLength, /* aCallback *… in HandlePropertySet()