Hello,
we're trying to develop central BLE application on nRF52840 using SDK 16.0.0 and S140 softdevice to connect with BLE pulseoximeter (Jumper JPD-500F - it uses TLSR8266 IC for BLE), but shortly after connection event (BLE_GAP_EVT_CONNECTED) we're receiving disconnection event (BLE_GAP_EVT_DISCONNECTED) with error code 0x3E (BLE_HCI_CONN_FAILED_TO_BE_ESTABLISHED).
Sniffing result for failed connection:
We've tried both tests with success:
- connection to other peripheral devices (nRF52840 S140) from our firmware
- connection from mobile using nRF connect
Sniffing results:
Do you have any suggestions how we can fix it?