Skip to content

Instantly share code, notes, and snippets.

@jvrmaia
Forked from alexrios/arch-QC35-ii.txt
Created July 13, 2021 13:50
Show Gist options
  • Save jvrmaia/8261215d4e4933969b1414d2b69f005a to your computer and use it in GitHub Desktop.
Save jvrmaia/8261215d4e4933969b1414d2b69f005a 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