[][src]Function openthread_sys::otLinkFilterRemoveAddress

pub unsafe extern "C" fn otLinkFilterRemoveAddress(
    aInstance: *mut otInstance,
    aExtAddress: *const otExtAddress
) -> otError

This method removes an Extended Address from MAC filter.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aExtAddress A reference to the Extended Address.

@retval OT_ERROR_NONE Successfully removed @p aExtAddress from MAC filter. @retval OT_ERROR_INVALID_ARGS If @p aExtAddress is NULL. @retval OT_ERROR_NOT_FOUND @p aExtAddress is not in MAC filter.

@sa otLinkFilterGetAddressMode @sa otLinkFilterSetAddressMode @sa otLinkFilterAddAddress @sa otLinkFilterClearAddresses @sa otLinkFilterGetNextAddress @sa otLinkFilterAddRssIn @sa otLinkFilterRemoveRssIn @sa otLinkFilterClearRssIn @sa otLinkFilterGetNextRssIn