I am using nrf52832 module with SDK 11.0.0, s132.
I am advertising and the central device is able to scan the advertising devices and displaying the RSSI and peer address.
For the project , i have to read the RSSI as the distance varies so that i can check for a distance of 5m how much RSSI i will obtain.
The central is scanning all the surrounding devices ,how do i limit the central to scan this one particular peripheral??
So how do i implement ?
How can i scan the device with respect to the advertising device name?
central : ble_app_uart example
peripheral : ble_beacon example
Thanks