Home
last modified time | relevance | path

Searched refs:otLinkFilterAddRssIn (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/cli/
Dcli_mac_filter.cpp195 SuccessOrExit(error = otLinkFilterAddRssIn(GetInstancePtr(), &extAddr, rss)); in Process()
362 error = otLinkFilterAddRssIn(GetInstancePtr(), &extAddr, rss); in Process()
392 error = otLinkFilterAddRssIn(GetInstancePtr(), &extAddr, rss); in Process()
/openthread-latest/include/openthread/
Dlink.h734 otError otLinkFilterAddRssIn(otInstance *aInstance, const otExtAddress *aExtAddress, int8_t aRss);
/openthread-latest/src/core/api/
Dlink_api.cpp254 otError otLinkFilterAddRssIn(otInstance *aInstance, const otExtAddress *aExtAddress, int8_t aRss) in otLinkFilterAddRssIn() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp3084 SuccessOrExit(error = otLinkFilterAddRssIn(mInstance, extAddress, rss)); in HandlePropertySet()
3201 SuccessOrExit(error = otLinkFilterAddRssIn(mInstance, extAddress, rss)); in HandlePropertySet()
3476 error = otLinkFilterAddRssIn(mInstance, extAddress, rss); in HandlePropertyInsert()
3516 error = otLinkFilterAddRssIn(mInstance, extAddress, rss); in HandlePropertyInsert()