How can i read advertisement and not connect? I would like to do some checks on the advertising data within BLE event BLE_GAP_EVT_ADV_REPORT and then decide if i want to manually call sd_ble_gap_connect(). But i cannot figure out why when i used the examples for the ble blinky app, it auto connects to the system.
When you apply a filter and set it, does it automatically connect to said filter? Or where in the app does this connection take place because i dont see any occurences of sd_ble_gap_connect().