summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2013-02-22 12:19:54 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2013-02-22 12:19:54 +0100
commit0ab5ca0f6d4b80ffafa0b3a0f59bee5e3493725d (patch)
tree99fe4fa41782fc172b95228fc760158fa055e2b0 /include
parentc30bd0f66b4a1b8519bf8321517bb9f0b2d553c1 (diff)
downloadneard-0ab5ca0f6d4b80ffafa0b3a0f59bee5e3493725d.tar.gz
neard-0ab5ca0f6d4b80ffafa0b3a0f59bee5e3493725d.tar.bz2
neard-0ab5ca0f6d4b80ffafa0b3a0f59bee5e3493725d.zip
nfc_copy: Add SNL netlink API
Diffstat (limited to 'include')
-rw-r--r--include/nfc_copy.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/nfc_copy.h b/include/nfc_copy.h
index 855630f..7440bc8 100644
--- a/include/nfc_copy.h
+++ b/include/nfc_copy.h
@@ -90,6 +90,8 @@ enum nfc_commands {
NFC_CMD_LLC_SET_PARAMS,
NFC_CMD_ENABLE_SE,
NFC_CMD_DISABLE_SE,
+ NFC_CMD_LLC_SDREQ,
+ NFC_EVENT_LLC_SDRES,
/* private: internal use only */
__NFC_CMD_AFTER_LAST
};
@@ -140,11 +142,21 @@ enum nfc_attrs {
NFC_ATTR_LLC_PARAM_RW,
NFC_ATTR_LLC_PARAM_MIUX,
NFC_ATTR_SE,
+ NFC_ATTR_LLC_SDP,
/* private: internal use only */
__NFC_ATTR_AFTER_LAST
};
#define NFC_ATTR_MAX (__NFC_ATTR_AFTER_LAST - 1)
+enum nfc_sdp_attr {
+ NFC_SDP_ATTR_UNSPEC,
+ NFC_SDP_ATTR_URI,
+ NFC_SDP_ATTR_SAP,
+/* private: internal use only */
+ __NFC_SDP_ATTR_AFTER_LAST
+};
+#define NFC_SDP_ATTR_MAX (__NFC_SDP_ATTR_AFTER_LAST - 1)
+
#define NFC_DEVICE_NAME_MAXSIZE 8
#define NFC_NFCID1_MAXSIZE 10
#define NFC_SENSB_RES_MAXSIZE 12