cmd line to remove all Bluetooth paired devices - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: cmd line to remove all Bluetooth paired devices (/showthread.php?tid=6641) |
cmd line to remove all Bluetooth paired devices - franktw956 - 06-21-2024 Hi, May I know the cmd line to remove all Bluetooth paired devices / credential ? Currently needs to have several clicks...[m] à [Renderers] à [OPEN Bluetooth control] à [REMOVE] one by one... Thanks ! RE: cmd line to remove all Bluetooth paired devices - Tim Curtis - 06-21-2024 There is a "REMOVE all devices" in the dropdown list. RE: cmd line to remove all Bluetooth paired devices - franktw956 - 06-22-2024 (06-21-2024, 11:34 AM)Tim Curtis Wrote: There is a "REMOVE all devices" in the dropdown list. ahhh...yes, I found it, thanks for help ! RE: cmd line to remove all Bluetooth paired devices - Tim Curtis - 06-22-2024 If you ever need to do it from the command line use blu-control.sh Code: pi@moode9usb:~ $ sudo /var/www/util/blu-control.sh -h RE: cmd line to remove all Bluetooth paired devices - franktw956 - 06-22-2024 (06-22-2024, 01:41 AM)Tim Curtis Wrote: If you ever need to do it from the command line use blu-control.sh Yes, this is easier than several clicks, thank you Tim ! Code: sudo /var/www/util/blu-control.sh -R |