diff options
Diffstat (limited to 'plugins/p2p.h')
-rw-r--r-- | plugins/p2p.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/p2p.h b/plugins/p2p.h index e2b97b3..7a7c359 100644 --- a/plugins/p2p.h +++ b/plugins/p2p.h @@ -23,6 +23,12 @@ #define AF_NFC 39 #endif +#ifndef SOL_NFC +#define SOL_NFC 280 +#endif + +#define LLCP_DEFAULT_MIU 128 + struct near_p2p_driver { const char *name; const char *service_name; |