Created: 2025-08-20
Two machines: Server and Media Player
On Server:
/etc/bluetooth/main.conf
:[General]
# Turn server into a speaker
Class = 0x200428
AlwaysPairable = true
ControllerMode = dual # default
# optional but I did it anyways
Experimental = true
KernelExperimental = true
wpctl status
can see that there's a sink.wpctl status
shows no sink, plug in the audio output device and restart pipewiresystemctl restart --user pipewire.service
bluetoothctl
and set the following varibles:bluetoothctl
[server] power on
[server] agent off
[server] agent NoInputNoOutput
[server] pairable on
[server] discoverable on