Hi,
I'm using nRF52840 DK as a central. Our project is based on ble_app_uart_c example. There is filter for UUID only during scan.
I noticed, that for conection establishing the phone peripheral must be much closer to DK, than it must be during functional connection.
It seems, that it never does not connect to device with RSSI <= -90 dBm (checked in p_scan_evt->params.filter_match.p_adv_report->rssi). But during connection the distance between devices can be longer and the RSSI goes to -93 dBm (checked by sd_ble_gap_rssi_get()) before it diconnects.
Is there any possibility to change/disable RSSI scan filter, if there is any, to connect to device with weaker signal, or is it hardwired in S140?
Thanks and regards.
Pavel