#Bluetoothキーボードを自動接続設定しようとしたときに個人的にハマったところ
基本的には↓の Arch Linux の Wiki の情報通りに設定する
[ArchWiki: Bluetooth][bluetooth-archwiki]
[bluetooth-archwiki]:https://wiki.archlinuxjp.org/index.php/Bluetooth
ハマりポイント
インストールの項目にある
$ systemctl enable bluetooth
を行うことで,起動時に bluetooth サービスを有効にすることができる.
しかし, これだけでは bluetoothコントローラの power が on にならない のでキーボードに自動的に接続されない.
解決方法
下記ファイルの AutoEnable を true に設定する必要がある.
(コレも[wiki][bluetooth-archwiki:boot]に書いてある)
[bluetooth-archwiki:boot]:https://wiki.archlinuxjp.org/index.php/Bluetooth#.E8.B5.B7.E5.8B.95.E5.BE.8C.E3.81.AB.E8.87.AA.E5.8B.95.E3.81.A7.E6.9C.89.E5.8A.B9.E3.81.AB.E3.81.99.E3.82.8B
/etc/bluetooth/main.conf
[Policy]
AutoEnable=true