Created
November 17, 2022 19:36
-
-
Save OussamaFasca/9c18c2e72d0314054298b54d76f872c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo nano /var/lib/bluetooth/7XX:XX:XX:XX:XX:XX/YY:YY:YY:YY:YY:YY/info | |
# where XX:XX:XX:XX:XX:XX is the Bluetooth address of my computer's bluetooth interface | |
# and YY:YY:YY:YY:YY:YY is the Bluetooth address of my Mouse's interface. | |
# change connection parameters to this : | |
[ConnectionParameters] | |
MinInterval=6 | |
MaxInterval=7 | |
Latency=0 | |
Timeout=216 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment