Searched refs:otLinkFilterAddRssIn (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/cli/ |
D | cli_mac_filter.cpp | 195 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/ |
D | link.h | 734 otError otLinkFilterAddRssIn(otInstance *aInstance, const otExtAddress *aExtAddress, int8_t aRss);
|
/openthread-latest/src/core/api/ |
D | link_api.cpp | 254 otError otLinkFilterAddRssIn(otInstance *aInstance, const otExtAddress *aExtAddress, int8_t aRss) in otLinkFilterAddRssIn() function
|
/openthread-latest/src/ncp/ |
D | ncp_base_mtd.cpp | 3084 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()
|