BluetoothBLEClient
BluetoothBLEClient copied to clipboard
Minimal Bluetooth BLE central client on Linux using BlueZ
Results
2
BluetoothBLEClient issues
Sort by
recently updated
recently updated
newest added
ble.c:39:10: fatal error: src/shared/mainloop.h: No such file or directory 39 | #include "src/shared/mainloop.h"
Hello, While running make Makefile I get the following error: gcc -c -g -Ibluez-5.50 -Ibluez-5.50/gdbus -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -o obj/ble.o ble.c ble.c:39:33: fatal error: src/shared/mainloop.h: No such file or...