Home
last modified time | relevance | path

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

/openthread-3.6.0/tests/unit/
Dtest_mle.cpp165 otThreadSetDeviceProperties(instance, &testCase.mDeviceProperties); in TestLeaderWeightCalculation()
/openthread-3.6.0/include/openthread/
Dthread_ftd.h256 void otThreadSetDeviceProperties(otInstance *aInstance, const otDeviceProperties *aDeviceProperties…
/openthread-3.6.0/src/core/api/
Dthread_ftd_api.cpp88 void otThreadSetDeviceProperties(otInstance *aInstance, const otDeviceProperties *aDeviceProperties) in otThreadSetDeviceProperties() function
/openthread-3.6.0/src/cli/
Dcli.cpp3634 otThreadSetDeviceProperties(GetInstancePtr(), &props); in Process()