Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Dcommissioner.h427 otError otCommissionerSendMgmtGet(otInstance *aInstance, const uint8_t *aTlvs, uint8_t aLength);
/openthread-2.7.6/src/core/api/
Dcommissioner_api.cpp177 otError otCommissionerSendMgmtGet(otInstance *aInstance, const uint8_t *aTlvs, uint8_t aLength) in otCommissionerSendMgmtGet() function
/openthread-2.7.6/src/cli/
Dcli_commissioner.cpp208 error = otCommissionerSendMgmtGet(mInterpreter.mInstance, tlvs, static_cast<uint8_t>(length)); in ProcessMgmtGet()
/openthread-2.7.6/src/ncp/
Dncp_base_ftd.cpp987 error = otCommissionerSendMgmtGet(mInstance, tlvs, static_cast<uint8_t>(length)); in HandlePropertySet()