I use nRF5340 DK as Central, iPhone as Peripheral.
I start a scan with no filters and in scan_filter_no_match() I check if RSSI is good enough "RSSI > -40" and initialize the connection.
It's working but searching the specific device takes too long, average 600ms.
Is there any way to speed up the scan?
Is it possible to set some RSSI filter, if there is any, to receive only advertisements from devices with a strong RSSI and ignore the rest?
Power consumption is not a problem, the board will be connected to power all the time.
Thanks in advance.