linux Bluetooth programming in c

后端 未结 4 1184
死守一世寂寞
死守一世寂寞 2021-02-04 10:31

I am trying to run a basic code of c in linux[ubuntu] to search bluetooth device, but i am facing some problem.

By using command sudo apt-get install bluez,

4条回答
  •  醉话见心
    2021-02-04 11:02

    You need to install the linux-headers package. On Ubuntu or Debian this is done by doing this:

    sudo apt install linux-headers
    

提交回复
热议问题