Dear Sir,
I am trying to implement the following scenario. I am working on nrf52832 with SDK15 and soft device 6.0.0.
I have a peipheral device which is advertising for 2 minutes. Then go to sleep and wake up after 5 mins.
There will be multiple phones trying to connect to this device.
On the peripheral side I should check the rssi from each phone and connect to the phone with highest rssi value. ()
Initially I could do with scan report request report.
Since there will be too many devices scanning , I need to face a large number of phones and need to select one from them. So I thought to limit the case to only those phones trying to connect to the peripheral. How to select the phone with highest rssi from all those phones trying to connect to the peripheral
Please give me some guidance on how to proceed ?
Thanking you in advance.
with regards,
Geetha