summaryrefslogtreecommitdiffstats
path: root/include/net/nfc
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2014-12-02 21:27:52 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2014-12-02 22:48:13 +0100
commitb3a55b9c5d44d0ed38eb6e8593a47578801730de (patch)
tree0c5f4455cb1cbc3f0a1bcc55d7ac8e8bb06ad8a2 /include/net/nfc
parentcd96db6fd0ac1c352e386fb2c632c455bf501e1f (diff)
downloadlinux-b3a55b9c5d44d0ed38eb6e8593a47578801730de.tar.gz
linux-b3a55b9c5d44d0ed38eb6e8593a47578801730de.tar.xz
NFC: hci: Add specific hci macro to not create a pipe
Some pipe are only created by other host (different than the Terminal Host). The pipe values will for example be notified by NFC_HCI_ADM_NOTIFY_PIPE_CREATED. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/net/nfc')
-rw-r--r--include/net/nfc/hci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/nfc/hci.h b/include/net/nfc/hci.h
index 50bc66f0121f..14bd0e1c47fa 100644
--- a/include/net/nfc/hci.h
+++ b/include/net/nfc/hci.h
@@ -64,6 +64,7 @@ struct nfc_hci_ops {
/* Pipes */
#define NFC_HCI_INVALID_PIPE 0x80
+#define NFC_HCI_DO_NOT_CREATE_PIPE 0x81
#define NFC_HCI_LINK_MGMT_PIPE 0x00
#define NFC_HCI_ADMIN_PIPE 0x01