2025-01-06

bluetooth

 

/usr/local/etc/init.d/bluez status


pulseaudio

bluetoothctl power on
bluetoothctl agent on

bluetoothctl
  scan on
  scan off

bluetoothctl devices
bluetoothctl info

bluetoothctl remove xx:xx:xx:xx:xx:xx
bluetoothctl trust      xx:xx:xx:xx:xx:xx
bluetoothctl pair        xx:xx:xx:xx:xx:xx
bluetoothctl connect xx:xx:xx:xx:xx:xx
bluetoothctl info        xx:xx:xx:xx:xx:xx

pactl list sinks | grep Name:
pactl set-default-sink bluez_sink.xx_xx_xx_xx_xx_xx.a2dp_sink

pactl -- set-sink-volume 1 -10%
pactl -- set-sink-volume 1 +10%

pactl -- set-sink-volume 1 10%
pactl -- set-sink-volume 1 50%

No comments:

Post a Comment