Using the latest version of Bluetooth low energy (V2.2.1) running on nRF Connect V2.6.2 I was never able to connect to a peripheral device.
The peripheral devices are based on the TI's CC2642 chip and running the example Simple BLE Peripheral project.
I tried to use both the PCA10059 and PCA10040 and got the same result, device wasn't connected and the log output was: "BLE_HCI_CONN_FAILED_TO_BE_ESTABLISHED"
I tried to connect to a different BLE device (portable speaker) and connected without a problem.
Most of the devices I'm working with are based on TI's chip, what should I do?
Thanks