aboutsummaryrefslogtreecommitdiffstats
path: root/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'project.h')
-rw-r--r--project.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/project.h b/project.h
new file mode 100644
index 0000000..4d8853e
--- /dev/null
+++ b/project.h
@@ -0,0 +1,25 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <stdint.h>
+#include <string.h>
+
+#include <zip.h>
+#include <json.h>
+
+
+#include <bluetooth/bluetooth.h>
+#include <bluetooth/hci.h>
+#include <bluetooth/hci_lib.h>
+#include <bluetooth/l2cap.h>
+//#include <bluetooth/uuid.h>
+
+
+#include "manifest.h"
+#include "ble.h"
+
+#include "prototypes.h"
+
+
+