Is there any way to power off the PS3 controller (connected via Bluetooth) without turning off the RPi? I thought of 2 methods, but I’m not sure how to execute either of them:
1. Assign a button in RetroArch (or any emulator) that powers off the controller. I don’t know if this input variable exists, but it would be nice to just hit the PS button (or hotkey+PS button) to power the controller off.
2. Enable some kind of timeout or sleep mode within the bluetooth libraries (or hciconfig?) that disconnects the controller after, say, 5 minutes of inactivity.
Anyone know how to make this happen? I’m guessing #2 is the most likely.