nRF5 SDK for Mesh v5.0.0
Functions
RSSI packet filtering

Filtering of advertisement packets based on their measured RSSI upon reception. More...

Functions

void bearer_rssi_filtering_set (int8_t rssi)
 Enable or disable RSSI based filtering. More...
 
uint32_t bearer_rssi_filtered_amount_get (void)
 Read out amount filtered packets according RSSI threshold settings. More...
 

Detailed Description

Filtering of advertisement packets based on their measured RSSI upon reception.

Function Documentation

◆ bearer_rssi_filtering_set()

void bearer_rssi_filtering_set ( int8_t  rssi)

Enable or disable RSSI based filtering.

To disable, set the rssi value to 0.

Parameters
[in]rssiThe maximum acceptable rssi value: All the packets with lower RSSI values will be dropped.

◆ bearer_rssi_filtered_amount_get()

uint32_t bearer_rssi_filtered_amount_get ( void  )

Read out amount filtered packets according RSSI threshold settings.

Returns
Amount of the filtered packets with unsuitable RSSI value.

Documentation feedback | Developer Zone | Subscribe | Updated