Hi everyone,I am working on a project where a DA14531 device on a custom board needs to connect to a generic external BLE sensor, not part of this device family. I am using the template provided by the example BLE_SDK6_examples/connectivity/central/. Running the example, the sensor is obviously scanned (I modified some filtering settings compared to the default SCAN_FILTER_NAME with "DLG-PROXR"), but I can't figure out how to modify the code so that, when the sensor is scanned, a connection procedure starts (similar to what happens by default in target_apps/ble_examples/prox_reporter). The name ad BD address of the sensor are known.Thanks for your time!