에어팟 프로를 샀다!!!! but, 연결이 안되어서 헤메다가 찾은 해결책 공유
sudo vi /etc/bluetooth/main.conf
main.conf
ControllerMode = bredr
sudo /etc/init.d/bluetooth restart
+
sudo /etc/init.d/bluetooth start
or
systemctl start bluetooth
sudo /etc/init.d/bluetooth stop
or
systemctl stop bluetooth
sudo /etc/init.d/bluetooth restart
or
systemctl restart bluetooth