Pico 2 W SDK 2.1.0-develop Two devices are paired with the board. One Logitech LIFT Mouse and one Lenovo ThinkPad TrackPoint Keyboard II. The board boots then starts scanning for known devices. We activate the keyboard which reconnects fine. Then we move the mouse which fails to reconnect properly. Though encryption is resumed, `GATTSERVICE_SUBEVENT_HID_SERVICE_CONNECTED` is never fired for the second device, nor did we get any error message. Looking at the HCI traffic though I'm guessing the mouse is connected too but events don't fire as they should. If we connect the mouse first the keyboard won't connect as second device. So it's not device specific. [ble-2x-fail.zip](https://github.com/user-attachments/files/18854541/ble-2x-fail.zip)