diff options
Diffstat (limited to 'include/net/nfc/nci.h')
-rw-r--r-- | include/net/nfc/nci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/nfc/nci.h b/include/net/nfc/nci.h index 0b34fde9b130..cdbe67139343 100644 --- a/include/net/nfc/nci.h +++ b/include/net/nfc/nci.h | |||
@@ -108,6 +108,9 @@ | |||
108 | /* NCI Static RF connection ID */ | 108 | /* NCI Static RF connection ID */ |
109 | #define NCI_STATIC_RF_CONN_ID 0x00 | 109 | #define NCI_STATIC_RF_CONN_ID 0x00 |
110 | 110 | ||
111 | /* NCI Data Flow Control */ | ||
112 | #define NCI_DATA_FLOW_CONTROL_NOT_USED 0xff | ||
113 | |||
111 | /* NCI RF_DISCOVER_MAP_CMD modes */ | 114 | /* NCI RF_DISCOVER_MAP_CMD modes */ |
112 | #define NCI_DISC_MAP_MODE_POLL 0x01 | 115 | #define NCI_DISC_MAP_MODE_POLL 0x01 |
113 | #define NCI_DISC_MAP_MODE_LISTEN 0x02 | 116 | #define NCI_DISC_MAP_MODE_LISTEN 0x02 |