Skip to content

Instantly share code, notes, and snippets.

@andrealmar
Last active December 1, 2023 23:34
Show Gist options
  • Star 31 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save andrealmar/f509bf56fea4af285f34ab3c12a58ce9 to your computer and use it in GitHub Desktop.
Save andrealmar/f509bf56fea4af285f34ab3c12a58ce9 to your computer and use it in GitHub Desktop.
In order to work the Bose QC35 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 YOUR_USER lp
@lindelleric
Copy link

$ sudo btmgmt ssp off
Set Secure Simple Pairing for hci0 failed with status 0x11 (Invalid Index)

I'm on Arch Linux using Plasma 5.

$ uname -a
Linux x1-carbon 5.5.4-arch1-1 #1 SMP PREEMPT Sat, 15 Feb 2020 00:36:29 +0000 x86_64 GNU/Linux

I got this as well. Does anyone know how to fix this?

@agustiner
Copy link

This works. To get the microphone working, I had to also replace

load-module module-bluetooth-policy 

with

load-module module-bluetooth-policy auto_switch=2

in /etc/pulse/default.pa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment