Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h870 otError otThreadGetParentAverageRssi(otInstance *aInstance, int8_t *aParentRssi);
/openthread-latest/src/core/api/
Dthread_api.cpp360 otError otThreadGetParentAverageRssi(otInstance *aInstance, int8_t *aParentRssi) in otThreadGetParentAverageRssi() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp798 IgnoreError(otThreadGetParentAverageRssi(mInstance, &averageRssi)); in HandlePropertyGet()