Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Ddataset_api.cpp128 otError otDatasetSendMgmtPendingSet(otInstance *aInstance, in otDatasetSendMgmtPendingSet() function
/openthread-latest/include/openthread/
Ddataset.h520 otError otDatasetSendMgmtPendingSet(otInstance *aInstance,
/openthread-latest/src/cli/
Dcli_dataset.cpp873otDatasetSendMgmtPendingSet(GetInstancePtr(), &dataset, tlvs.mTlvs, tlvs.mLength, /* aCallback */ … in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1733 …error = otDatasetSendMgmtPendingSet(mInstance, &dataset, extraTlvs, extraTlvsLength, /* aCallback … in HandlePropertySet()
1769 error = otDatasetSendMgmtPendingSet(mInstance, &emptyDataset, data, static_cast<uint8_t>(len), in HandlePropertySet()