Home
last modified time | relevance | path

Searched refs:otThreadGetLeaderWeight (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h832 uint8_t otThreadGetLeaderWeight(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp343 uint8_t otThreadGetLeaderWeight(otInstance *aInstance) in otThreadGetLeaderWeight() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp204 return mEncoder.WriteUint8(otThreadGetLeaderWeight(mInstance)); in HandlePropertyGet()