Skip to content

Instantly share code, notes, and snippets.

@alexrios
Last active July 13, 2021 13:50
Show Gist options
  • Save alexrios/baaafe0b9e0b65c85633b752a6330105 to your computer and use it in GitHub Desktop.
Save alexrios/baaafe0b9e0b65c85633b752a6330105 to your computer and use it in GitHub Desktop.
In order to work the Bose QC35 II Headset Bluetooth do the following
- sudo pacman -Syu pulseaudio-alsa pulseaudio-bluetooth bluez bluez-libs bluez-utils
- turn off bluetooth from your computer
- sudo btmgmt ssp of
- gpasswd -a $USER lp
- pin is always `0000`
FAQ
1 - I only hear the "call from" message
Confirm that by switching the mode from HSP/HFP to `A2DP Sink` solve the problem.
- systemctl restart bluetooth
- bluetoothctl
- connect <MAC>
- pacmd list-cards
- pacmd set-card-profile <index> <profile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment