Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_filter.hpp154 Error AddRssIn(const ExtAddress &aExtAddress, int8_t aRss);
Dmac_filter.cpp142 Error Filter::AddRssIn(const ExtAddress &aExtAddress, int8_t aRss) in AddRssIn() function in ot::Mac::Filter
/openthread-latest/src/core/api/
Dlink_api.cpp256 return AsCoreType(aInstance).Get<Mac::Filter>().AddRssIn(AsCoreType(aExtAddress), aRss); in otLinkFilterAddRssIn()