aboutsummaryrefslogtreecommitdiffstats
path: root/project.h
blob: be211ee6c1bf41e30a223fdd22d5eb991c850a6c (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
#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"