Searched refs:otLinkFilterAddRssIn (Results 1 – 4 of 4) sorted by relevance
/external/openthread/include/openthread/ |
D | link.h | 804 otError otLinkFilterAddRssIn(otInstance *aInstance, const otExtAddress *aExtAddress, int8_t aRss);
|
/external/openthread/src/core/api/ |
D | link_api.cpp | 233 otError otLinkFilterAddRssIn(otInstance *aInstance, const otExtAddress *aExtAddress, int8_t aRss) in otLinkFilterAddRssIn() function
|
/external/openthread/src/ncp/ |
D | ncp_base_mtd.cpp | 2985 SuccessOrExit(error = otLinkFilterAddRssIn(mInstance, extAddress, rss)); in HandlePropertySet() 3102 SuccessOrExit(error = otLinkFilterAddRssIn(mInstance, extAddress, rss)); in HandlePropertySet() 3376 error = otLinkFilterAddRssIn(mInstance, extAddress, rss); in HandlePropertyInsert() 3416 error = otLinkFilterAddRssIn(mInstance, extAddress, rss); in HandlePropertyInsert()
|
/external/openthread/src/cli/ |
D | cli.cpp | 4666 SuccessOrExit(error = otLinkFilterAddRssIn(GetInstancePtr(), &extAddr, rss)); in ProcessMacFilterAddress() 4735 error = otLinkFilterAddRssIn(GetInstancePtr(), &extAddr, rss); in ProcessMacFilterRss() 4749 error = otLinkFilterAddRssIn(GetInstancePtr(), &extAddr, rss); in ProcessMacFilterRss()
|