Home
last modified time | relevance | path

Searched refs:otMessageGetRss (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/include/openthread/
Dmessage.h275 int8_t otMessageGetRss(const otMessage *aMessage);
/openthread-latest/src/core/api/
Dmessage_api.cpp88 int8_t otMessageGetRss(const otMessage *aMessage) { return AsCoreType(aMessage).GetAverageRss(); } in otMessageGetRss() function