Add bluetooth-fixes.md
Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
parent
3d6ac560e3
commit
82f5f4b7fe
2 changed files with 7 additions and 0 deletions
|
@ -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
6
bluetooth-fixes.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue