Help with enabling bluetooth Exec start failure

I’m fairly new to linux so I apologize if this is remedial.
My bluetooth was working fine and would connect automatically after first setup, recently I’ve been unable to enable it. If I click the icon on my panel it crashes and leaves a white block where the window was, trying to open the bluetooth manager also result in a flashing window which disappears.
I tried a few ways to fix it with no respite, here’s some output below:
$ sudo systemctl start bluetooth.service
[sudo] password for gronich:
Job for bluetooth.service failed because the control process exited with error code.
See “systemctl status bluetooth.service” and “journalctl -xeu bluetooth.service” for details.

(Below is the output of $ systemctl status bluetooth.service)
bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2022-04-28 20:37:19 PDT; 5min ago
Docs: man:bluetoothd(8)
Process: 41913 ExecStart=/usr/lib/bluetooth/bluetoothd (code=exited, status=1/FAILURE)
Main PID: 41913 (code=exited, status=1/FAILURE)
Status: “Starting up”
CPU: 20ms

Apr 28 20:37:19 stirnersburner systemd[1]: Starting Bluetooth service…
Apr 28 20:37:19 stirnersburner bluetoothd[41913]: Bluetooth daemon 5.64
Apr 28 20:37:19 stirnersburner bluetoothd[41913]: D-Bus setup failed: Name already in use
Apr 28 20:37:19 stirnersburner bluetoothd[41913]: src/main.c:main() Unable to get on D-Bus
Apr 28 20:37:19 stirnersburner systemd[1]: bluetooth.service: Main process exited, code=exited, status=1/FAILURE
Apr 28 20:37:19 stirnersburner systemd[1]: bluetooth.service: Failed with result ‘exit-code’.
Apr 28 20:37:19 stirnersburner systemd[1]: Failed to start Bluetooth service.