22 #ifndef _OBEX_CLIENT_INTERNALS_H_
23 #define _OBEX_CLIENT_INTERNALS_H_
25 #include "obex_bluetooth.h"
26 #include <openobex/obex.h>
30 #include <sys/ioctl.h>
33 #define STREAM_CHUNK 4096
36 SML_OBEX_VENDOR_UNKNOWN = 0,
37 SML_OBEX_VENDOR_SAMSUNG = 1,
38 } SmlTransportObexVendorType;
41 SML_TRANSPORT_OBEX_DATASTORE_UNKNOWN = 0,
42 SML_TRANSPORT_OBEX_DATASTORE_CONTACT = 1,
43 SML_TRANSPORT_OBEX_DATASTORE_EVENT = 2,
44 SML_TRANSPORT_OBEX_DATASTORE_NOTE = 3,
45 SML_TRANSPORT_OBEX_DATASTORE_TODO = 4,
46 } SmlTransportObexDatastoreType;
49 SmlTransportConnectionType type;
52 uint32_t connection_id;
67 struct termios oldtio;
72 SmlBool isDisconnected;
77 #endif //_OBEX_CLIENT_INTERNALS_H_