[][src]Function openthread_sys::otLinkFilterAddAddress

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

This method adds an Extended Address to 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 added @p aExtAddress to MAC filter. @retval OT_ERROR_ALREADY If @p aExtAddress was already in MAC filter. @retval OT_ERROR_INVALID_ARGS If @p aExtAddress is NULL. @retval OT_ERROR_NO_BUFS No available entry exists.

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