Current I am using nRF52840 Dongle to develop a Bluetooth PC Tool base on nrf_ble_driver_obj_sd_api_v5 which shared on https://github.com/NordicSemiconductor/pc-ble-driver/blob/master/examples/heart_rate_collector/main.c.
I add sd_ble_gap_connect and sd_ble_gap_authenticate into it. I believe I can pair with it now.
Now I need to reconnect to it after the slave woke up. But I could not get scan response of connectable directed with sd_ble_gap_scan_start while I can get undirected scan response with it.
Please help. Thanks.