pub unsafe extern "C" fn otLinkFilterClearAddresses(
aInstance: *mut otInstance,
)
Expand description
Clears all the Extended Addresses from MAC filter.
Is available when OPENTHREAD_CONFIG_MAC_FILTER_ENABLE
configuration is enabled.
@param[in] aInstance A pointer to an OpenThread instance.