I want to build a c file based on BlueZ but seems no bluetooth.h file in my system.
fatal error: bluetooth/bluetooth.h: No such file or directory
I am sure the bluetooth dongle is running correctly and I have built Bluez successfully.
Update
For my case, I find the bluetooth.h in /user/include/bluetooth folder
解决方案,先安装这个库,在pip
sudo
apt-get install libbluetooth-dev
标签:树莓,No,bluetooth,报错,file,error,such,fatal
From: https://blog.csdn.net/qq_25439417/article/details/139550742