hcitool lescan shows I/O error

前端 未结 10 2187
忘掉有多难
忘掉有多难 2021-02-01 01:14

I\'m trying to do a lescan using hcitool on the raspberry pi.

The command prints out

Set scan parameters failed: Input/output error. 

10条回答
  •  借酒劲吻你
    2021-02-01 01:54

    I have removed Bluez and then I just installed it again, and it worked for me:

    sudo apt remove --purge bluez bluez-* -y
    
    
    apt install bluez
    

    And then

    hcitool lescan 
    

    That should be enough.

提交回复
热议问题