我想建立一个基于BlueZ的c文件,但是在我的系统中似乎没有bluetooth.h文件。

fatal error: bluetooth/bluetooth.h: No such file or directory

我确定蓝牙软件狗正在正确运行,并且我已经成功构建了Bluez。

更新

就我而言,我在/user/include/bluetooth文件夹中找到bluetooth.h

最佳答案

您需要安装libbluetooth-dev软件包来编译代码

sudo apt-get install libbluetooth-dev

那应该安装蓝牙头文件。

关于c - Linux中的bluetooth/bluetooth.h在哪里?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/23436909/

10-13 05:05