pub unsafe extern "C" fn otLinkFilterRemoveAddress(
aInstance: *mut otInstance,
aExtAddress: *const otExtAddress,
)
Expand description
Removes an Extended Address from MAC filter.
Is available when OPENTHREAD_CONFIG_MAC_FILTER_ENABLE
configuration is enabled.
No action is performed if there is no existing entry in Filter matching the given Extended Address.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aExtAddress A pointer to the Extended Address (MUST NOT be NULL).