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... | |
Filtering of advertisement packets based on their measured RSSI upon reception.
void bearer_rssi_filtering_set | ( | int8_t | rssi | ) |
Enable or disable RSSI based filtering.
To disable, set the rssi value to 0.
[in] | rssi | The maximum acceptable rssi value: All the packets with lower RSSI values will be dropped. |
uint32_t bearer_rssi_filtered_amount_get | ( | void | ) |
Read out amount filtered packets according RSSI threshold settings.