Imported gammu 0.90.7
[gammu.git] / common / phone / obex / obexgen.h
blob85546c512d94a039b177d630775ef4b3fcbdb477
2 #ifndef obexgen_h
3 #define obexgen_h
5 #include "../../gsmcomon.h"
6 #include "../../gsmstate.h"
7 #include "../../service/gsmmisc.h"
8 #include "../../service/sms/gsmsms.h"
10 #ifndef GSM_USED_IRDAOBEX
11 # define GSM_USED_IRDAOBEX
12 #endif
13 #ifndef GSM_USED_BLUEOBEX
14 # define GSM_USED_BLUEOBEX
15 #endif
17 typedef enum {
18 OBEX_None = 1,
19 OBEX_BrowsingFolders
20 } OBEX_Service;
22 typedef struct {
23 int FileLev;
24 int FilesLocationsUsed;
25 int FilesLocationsCurrent;
26 GSM_File Files[500];
27 bool FileLastPart;
29 int FrameSize;
30 OBEX_Service Service;
31 } GSM_Phone_OBEXGENData;
33 #endif
35 /* How should editor hadle tabs in this file? Add editor commands here.
36 * vim: noexpandtab sw=8 ts=8 sts=8: