[][src]Function openthread_sys::otLinkFilterRemoveRssIn

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

This method removes the received signal strength setting for the received messages from the Extended Address or removes the default received signal strength setting if no Extended Address is specified.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aExtAddress A pointer to the IEEE 802.15.4 Extended Address, or NULL to reset the default received signal strength.

@retval OT_ERROR_NONE Successfully removed received signal strength setting for @p aExtAddress or removed the default received signal strength setting if @p aExtAddress is NULL. @retval OT_ERROR_NOT_FOUND @p aExtAddress is not in MAC filter if it is not NULL.

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