-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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