Az AirPods csatlakoztatásához a bluetooth ‘ControllerMode’-ot át kell állítani ‘dual’-ról ‘bredr’-re. Ezt az ‘/etc/bluetooth/main.conf’ fájlban lehet megejteni:
bro@ubuntu:~$ sudo vim /etc/bluetooth/main.conf
# Restricts all controllers to the specified transport. Default value
# is "dual", i.e. both BR/EDR and LE enabled (when supported by the HW).
# Possible values: "dual", "bredr", "le"
ControllerMode = bredr
BlueTooth szerviz újraindítása
sudo /etc/init.d/bluetooth restart
Az AirPods tok legyen nyitva és a hátulján nyomva kell tartani a gombot, amíg nem villog fehéren (discovery mode). Terminálban indítsd el a bluetoothctl -t:
bro@ubuntu:~$ sudo bluetoothctl
Agent registered
A ‘scan on’ parancs kiadása bluetooth terminálban:
[bluetooth]# scan on
Discovery started
Ki fogja listázni a csatlakoztatásra kész eszközöket:
[CHG] Controller XX:XX:XX:XX:XX:XX Discovering: yes
[NEW] Device XX:XX:XX:XX:XX:XX XX-XX-XX-XX-XX-XX
...
[NEW] Device 9C:XX:XX:XX:XX:XX BroPods
Az eszköz mac címét kell használni a csatlakoztatáshoz:
[bluetooth]# trust 9C:XX:XX:XX:XX:XX
[bluetooth]# connect 9C:XX:XX:XX:XX:XX
Attempting to connect to 9C:XX:XX:XX:XX:XX
[CHG] Device 9C:XX:XX:XX:XX:XX Connected: yes
...
[CHG] Device 9C:XX:XX:XX:XX:XX ServicesResolved: yes
[CHG] Device 9C:XX:XX:XX:XX:XX Paired: yes
Connection successful