[BLE central] Get the list of all nearby peripheral.

Hello, 

I'm working on a BLE central multilink application, where I want to get the list of all peripherals in range, In order to let the user select the needed periherals.

I can create a list based on "device_found" callback and delete sensors that we didn't detect since "x" seconds, but I was wondering if there is an easier way of doing so.

Best Regards.

Martin.

Related