Home
last modified time | relevance | path

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

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