|
|||||||
Bluetooth error
Время создания: 25.02.2017 23:23
Раздел: Linux
Запись: manakaden/mytetra/master/base/1488054185camlrwprtd/text.html на raw.githubusercontent.com
|
|||||||
|
|||||||
SAP stands for SIM Access Profile, so you have to disable it:
ExecStart=/usr/lib/bluetooth/bluetoothd
To ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=sap
$ sudo systemctl daemon-reload
$ sudo service bluetooth restart
|