现象:
1 2
| root@raspberrypi:~# hcitool lescan Set scan parameters failed: Input/output error
|
解决方法:
可以先尝试:
1 2
| sudo hciconfig hci0 down sudo hciconfig hci0 up
|
如果还未正常工作或者检查状态为DOWN,可以尝试
1 2 3
| sudo service bluetooth restart sudo service dbus restart sudo hciconfig hci0 up
|
参考:
http://www.voidcn.com/article/p-rhofajvu-bsy.html