Hello
I am using ble_app_multilink_central on nRF52832 DK.
I want to collect advertising data from all peripherals and not connect to them. Problem is that I dont know how to stop connecting to device after NRF_BLE_SCAN_EVT_FILTER_MATCH. Following event is BLE_GAP_EVT_CONNECTED, so how to stop device to connect?
Thank you.