Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dlink_raw.h209 int8_t otLinkRawGetRssi(otInstance *aInstance);
/openthread-3.5.0/src/core/api/
Dlink_raw_api.cpp103 int8_t otLinkRawGetRssi(otInstance *aInstance) { return AsCoreType(aInstance).Get<Radio>().GetRssi(… in otLinkRawGetRssi() function