BLuetooth scan question

Hi.

I'm developing on a nRF52840 dongle, using ncs Version 2.1.0 in vscode.

I've modified the Nordic Bluetooth central_uart sample program to work in this environment, and have it successfully bridging communications between a custom application on a nRF52840 and a Windows application I've written.

Currently the central_uart program connects to the first available device it sees advertising the NUS service.

I'd like to add a feature that will show my Windows user all available devices advertising NUS and allow him to connect to the device of his choice, in much the same way that the Android NRF Toolbox UART function does.

Any direction you can provide will be appreciated.

Thanks for any help.

Related