Microsoft Bluetooth mouse 3600 lags in Ubuntu 18.04.03 LTS

I have a microsoft bluetooth mouse 3600 which works fine under windows, I've successfully connected to it under ubuntu, it works, But lags in an annoying way....

Could this be fixed ?

I had it working fine at my desktop with ubuntu 16 LTS

Update: I'm no longer using Ubuntu, so can't test the solutions, thanks anyway. I'll accept the available solution just to not be rude...


This post helped me at the same situation.

You have to edit the following file:

sudo nano /var/lib/bluetooth/<MAC of BT adapter>/<MAC of BT Mouse>/info

At the end of the file, add the section:

[ConnectionParameters]
MinInterval=6
MaxInterval=7
Latency=0
Timeout=216

Finally, apply the changes:

sudo systemctl restart bluetooth