Hello,
I'm trying to use `sd_ble_gap_connect` to connect to a peer I discovered using `nrf_ble_scan`.
Hello,
I'm trying to use `sd_ble_gap_connect` to connect to a peer I discovered using `nrf_ble_scan`.
Can you show me a code snippet of your scan and conn_params, as I think you've used invalid parameters somewhere in there.
For conn_params, I'm just letting nrf_scan initialize it with the defaults. I did try with manual parameters as well but did not make a difference.
I feel like I'm missing what the identity list is for, and I do not set it up right now. Do I need it and if so, how should I do that? For instance, if I set connect_if_match in nrf_scan, how does that work?
For conn_params, I'm just letting nrf_scan initialize it with the defaults. I did try with manual parameters as well but did not make a difference.
I feel like I'm missing what the identity list is for, and I do not set it up right now. Do I need it and if so, how should I do that? For instance, if I set connect_if_match in nrf_scan, how does that work?