pub unsafe extern "C" fn otLinkFilterRemoveRssIn(
aInstance: *mut otInstance,
aExtAddress: *const otExtAddress,
)
Expand description
Removes the specified Extended Address from the RssIn
list. Once removed
from the RssIn
list, this MAC address will instead use the default rss
and lqi
settings, assuming defaults have been set.
(If no defaults have been set, the over-air signal is used.)
Is available when OPENTHREAD_CONFIG_MAC_FILTER_ENABLE
configuration is enabled.
No action is performed if there is no existing entry in the RssIn
list matching the specified Extended Address.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aExtAddress A pointer to the IEEE 802.15.4 Extended Address. MUST NOT be NULL.