From 20b7bd5f6985dc890ac99d7d1e8154f965df02db Mon Sep 17 00:00:00 2001 From: Martijn Coenen Date: Tue, 31 Jan 2012 22:13:33 -0800 Subject: (DEBUG) Add support for setting p2p modes. Change-Id: Ic6df1fc458cef2531119e5e5e2ef5f9a7b21a524 --- inc/phNfcConfig.h | 1 + inc/phNfcTypes.h | 1 + 2 files changed, 2 insertions(+) (limited to 'inc') diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h index cced2ca..6bc050c 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -518,6 +518,7 @@ * speed during Discovery configuration */ #define INITIATOR_SPEED +#define TARGET_SPEED /**/ diff --git a/inc/phNfcTypes.h b/inc/phNfcTypes.h index 1f0fe1c..914ae07 100644 --- a/inc/phNfcTypes.h +++ b/inc/phNfcTypes.h @@ -1098,6 +1098,7 @@ typedef struct phNfc_sADD_Cfg_t This is used to enable NFC-IP Discovery The related Reader Type will be implicitly selected */ + uint8_t NfcIP_Target_Mode ; uint8_t NfcIP_Tgt_Disable; /**< Flag to disable the NFCIP1 TARGET */ } phNfc_sADD_Cfg_t; -- cgit v1.1