I made a dongle by merging nrf\samples\bluetooth\central_hids with zephyr\samples\subsys\usb\hid-mouse.
When a keyboard or mouse is connected, its report map data is read and used as a descriptor for the HID.
When you receive the Notify of the HID, send it to the USB immediately. If a keyboard is connected, it seems to be working fine.
But when connected to a mouse, the operation of the mouse becomes sluggish and difficult to control. I don't know where the problem is and how to solve it.
Does anyone know what's going on?