HI
I am using nrf52832 modules with SDK 11.0.0, s132.
I am able to advertise and scan the devices and display RSSI and peer address.
For my project i want to display the RSSI of the advertising nrf module , but the central device is scanning all the surrounding peripheral devices.So how do i implement to scan only one particular peripheral device and there by display that device address and RSSI only??
central: ble_app_uart_c example
peripheral: ble_beacon example
Thanks,
Uma