Hi,
I am having a connectivity problem with a central Bluetooth device (nrf52832) that has to be connected to a peripheral (nrf52840), previously this connectivity worked correctly with zephyr 2.5.0 but now that I wanted to update to zephyr 2.7.0 it has stopped working correctly since I rarely get connected to the peripheral, most of the time I don't get it and I get an error=2 from the callback of connected bt_conn_cb, I also tried to increment the timeout of bt_conn_le_create_param with no positive result.
I don't know if the problem is due to the configuration since it's the only thing I have modified, this is the one I had for zephyr 2.5.0:
And this is the one I have for zephyr 2.7.0:
Thank you