Hi Nordic,
I am developling a porject with nRF5 SDK 17.1.0, with nRF52832.
the 52832 serve as a central role.
1、I am wondering what is the difference between BLE_GAP_EVT_CONNECTED and NRF_BLE_SCAN_EVT_CONNECTED.
2、when a central want to connect to a specific slave, it will transmit a SCAN_REQ, and then what will happen, a BLE_GAP_EVT_CONNECTED event or NRF_BLE_SCAN_EVT_CONNECTED?