There is a file, /etc/bluetooth/input.conf that contains
Code:
# Configuration file for the input service
# This section contains options which are not specific to any
# particular interface
[General]
# Set idle timeout (in minutes) before the connection will
# be disconnect (defaults to 0 for no timeout)
#IdleTimeout=30
It says IdleTimeout defaults to 0 for no timeout but it could be wrong
We can change it with
Code:
sudo sed -i 's/#IdleTimeout=30/IdleTimeout=0/' /etc/bluetooth/input.conf
Reboot and see if the disconnects stop
Bookmarks