From ddfadc840cb02530e07ca33b83138ae1a5034227 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 9 Jan 2025 09:36:24 +0100 Subject: Added C Bluetooth scan example --- c-bluetooth/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 c-bluetooth/Makefile (limited to 'c-bluetooth/Makefile') diff --git a/c-bluetooth/Makefile b/c-bluetooth/Makefile new file mode 100644 index 0000000..c11dbcf --- /dev/null +++ b/c-bluetooth/Makefile @@ -0,0 +1,6 @@ +scan: scan.c + cc -o scan scan.c -lbluetooth + +provision: + sudo apt-get install libbluetooth-dev + -- cgit v1.2.3