apt install pi-bluetooth apt install bluealsa apt install pulseaudio pulseaudio-utils pulseaudio-module-bluetooth
sudo vi /etc/systemd/system/pulseaudio.service
[Unit] Description=Pulse Audio [Service] Type=simple ExecStart=/usr/bin/pulseaudio --system --disallow-exit --disable-shm [Install] WantedBy=multi-user.target
sudo systemctl start pulseaudio.service sudo systemctl enable pulseaudio.service
bluetoothctl
scan on
scan off
devices
pair [デバイスのアドレス]
remove [デバイスのアドレス]
connect [デバイスのアドレス] ※通常 pair にて connect までされる。
disconnect [デバイスのアドレス]
quit
/lib/systemd/system/bluetooth.service の bluetoothd に --noplugin=sap オプションをつける
[Service] Type=dbus BusName=org.bluez ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=sap
systemctl status bluetooth