iancleary / ubuntu-dev-playbook

Ansible roles and Makefiles to configure my Ubuntu LTS based servers, virtual machines, and desktops
MIT License
75 stars 20 forks source link

Airpods Pro Bluetooth Fixes #252

Closed iancleary closed 3 years ago

iancleary commented 3 years ago

Airpods Pro Bluetooth connection

Source

https://reckoning.dev/blog/airpods-pro-ubuntu/

To enable pairing of airpods, you will need to update the ControllerMode to bredr from the default value of dual. This can be done by editing the file /etc/bluetooth/main.conf. Then restart the Bluetooth service using sudo /etc/init.d/bluetooth restart command.

You should be able to pair your airpods now and use it as headphones!


Process

Change the line #ControllerMode = dual to ControllerMode = bredr

The run sudo /etc/init.d/bluetooth restart