Hi,
I am using ble_app_uart_c code for connecting with the app. this code act as central and scan the peripheral devices when the UUID matches it get connect with the device.
I am using nrf52840 dongle segger program and my peripheral devices is my mobile.
But for my project once the UUID matches i need to check the RSSI strength and then connect with the devices so before the sd_ble_gap_connect() occurs how can i check the signal strength of the UUID matched devices. Please give some idea how to get the RRSI along with UUID values in the Central program.
Thanks
A. Mathew