Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h883 otError otThreadGetParentLastRssi(otInstance *aInstance, int8_t *aLastRssi);
/openthread-latest/src/core/api/
Dthread_api.cpp374 otError otThreadGetParentLastRssi(otInstance *aInstance, int8_t *aLastRssi) in otThreadGetParentLastRssi() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp799 IgnoreError(otThreadGetParentLastRssi(mInstance, &lastRssi)); in HandlePropertyGet()