Add bluetooth-fixes.md

Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
akp 2022-01-02 10:44:06 +00:00
parent 3d6ac560e3
commit 82f5f4b7fe
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
2 changed files with 7 additions and 0 deletions

View file

@ -11,6 +11,7 @@ Markdown docs and shell scripts for automating installation of things and docume
## Hardware
* [`automount.md`](automount.md) for automatic mounting of drives
* [`bluetooth-fixes.md`](bluetooth-fixes.md) for fixing issues relating to slow Bluetooth device reconnection
* [`wireless.md`](wireless.md) for fixes related to wireless hardwa
## Misc.

6
bluetooth-fixes.md Normal file
View file

@ -0,0 +1,6 @@
As per: https://gist.github.com/andrebrait/961cefe730f4a2c41f57911e6195e444
Edit the file /etc/bluetooth/main.conf
Uncomment FastConnectable config and set it to true: FastConnectable = true
Uncomment ReconnectAttempts=7 (set the value to whatever number that you want)
Uncomment ReconnectIntervals=1, 2, 3