aboutsummaryrefslogtreecommitdiffstats
path: root/project.h
blob: 4d8853e4f907a7e30a48f1d00296caa23e04f8f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"