aboutsummaryrefslogtreecommitdiffstats
path: root/project.h
blob: c868e68cd3c382537e08ba3bcbb4fd5ff8514d7d (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
26
27
28
29
#include "config.h"

#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 "bluez/uuid.h"
#include "bluez/att.h"
#include "bluez/queue.h"
#include "bluez/gatt-db.h"

#include "manifest.h"
#include "ble.h"

#include "prototypes.h"