1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ラズパイにAirPodsをつなげる

Last updated at Posted at 2020-06-28

基本的にはこちらの手順で進める
https://qiita.com/homelan/items/e82b919638d3c458d2ec

が、そのままではscan onした時にAirPodsがリストに表示されない。

/etc/bluetooth/main.conf を編集し下記設定を追加

ControllerMode = bredr

再起動

sudo /etc/init.d/bluetooth restart

以上でAirPodsがリストに表示されるようになる。


参考
https://askubuntu.com/questions/922860/pairing-apple-airpods-as-headset/1063582#1063582

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?