[][src]Function openthread_sys::otLinkFilterAddRssIn

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

This method sets the received signal strength (in dBm) for the messages from the Extended Address. The default received signal strength for all received messages would be set 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 set the default received signal strength. @param[in] aRss The received signal strength (in dBm) to set.

@retval OT_ERROR_NONE Successfully set @p aRss for @p aExtAddress or set the default @p aRss for all received messages if @p aExtAddress is NULL. @retval OT_ERROR_NO_BUFS No available entry exists.

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