Homepage Forums RetroPie Project Controller Configuration in RetroPie Bluetooth controller stops working after idle Reply To: Bluetooth controller stops working after idle

#121607
rion
Participant

Have you tried this

https://github.com/retropie/retropie-setup/wiki/Setting-up-a-Bluetooth-controller

Keep bluetooth scanning
This should keep the Pi scanning for bluetooth devices in case the pair is lost.
sudo nano /etc/init.d/rc.local
add “sudo hciconfig hci0 up piscan” (without the quotes) above the line that says “exit 0”
ctrl x
y
enter
sudo reboot