[Unit] Description=Set Bluetooth's sniff_max_interval After=bluetooth.service [Service] Type=oneshot ExecStart=/bin/sh -c "/bin/echo 1600 > /sys/class/bluetooth/hci0/sniff_max_interval" [Install] WantedBy=multi-user.target