mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-14 06:25:08 +08:00
obexd: Fix compilation with upstream openobex
Current openobex includes the OBEX_CMD_ACTION symbol, but doesn't define OBEX_ACTION_{COPY,MOVE,SETPERM}.
This commit is contained in:
parent
dd051a9e5c
commit
9af7d3d9e1
@ -53,12 +53,12 @@
|
||||
# define OBEX_HDR_DESTNAME 0x15
|
||||
# define OBEX_HDR_PERMISSIONS 0xD6
|
||||
|
||||
# define OBEX_ACTION_COPY 0x00
|
||||
# define OBEX_ACTION_MOVE 0x01
|
||||
# define OBEX_ACTION_SETPERM 0x02
|
||||
|
||||
#endif /* OBEX_CMD_ACTION */
|
||||
|
||||
#define OBEX_ACTION_COPY 0x00
|
||||
#define OBEX_ACTION_MOVE 0x01
|
||||
#define OBEX_ACTION_SETPERM 0x02
|
||||
|
||||
#define CONID_INVALID 0xFFFFFFFF
|
||||
|
||||
#define OBEX_CMD_NONE 0x10
|
||||
|
Loading…
Reference in New Issue
Block a user