summaryrefslogtreecommitdiffstats
path: root/src/phHciNfc_CE_A.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/phHciNfc_CE_A.h')
-rwxr-xr-x[-rw-r--r--]src/phHciNfc_CE_A.h55
1 files changed, 13 insertions, 42 deletions
diff --git a/src/phHciNfc_CE_A.h b/src/phHciNfc_CE_A.h
index aab5b24..da792e2 100644..100755
--- a/src/phHciNfc_CE_A.h
+++ b/src/phHciNfc_CE_A.h
@@ -83,7 +83,7 @@ typedef enum phHciNfc_CE_A_Seq{
HOST_CE_A_ATQA_SEQ,
HOST_CE_A_ENABLE_SEQ,
HOST_CE_A_DISABLE_SEQ,
- HOST_CE_A_PIPE_CLOSE,
+ HOST_CE_A_PIPE_CLOSE,
HOST_CE_A_PIPE_DELETE
}phHciNfc_CE_A_Seq_t;
@@ -95,7 +95,7 @@ typedef struct phHciNfc_CE_A_Info{
/* Pointer to the card emulation A pipe information */
phHciNfc_Pipe_Info_t *p_pipe_info;
uint8_t pipe_id;
-
+
} phHciNfc_CE_A_Info_t;
/*
@@ -107,7 +107,7 @@ typedef struct phHciNfc_CE_A_Info{
*
* This function Allocates the resources of the card emulation A management
* gate Information Structure.
- *
+ *
*/
extern
NFCSTATUS
@@ -118,7 +118,7 @@ phHciNfc_CE_A_Init_Resources(
/**
* \ingroup grp_hci_nfc
*
-* The phHciNfc_CE_A_Get_PipeID function gives the pipe id of the card
+* The phHciNfc_CE_A_Get_PipeID function gives the pipe id of the card
* emulation A gate
*
* \param[in] psHciContext psHciContext is the pointer to HCI Layer
@@ -141,13 +141,13 @@ phHciNfc_CE_A_Get_PipeID(
/**
* \ingroup grp_hci_nfc
*
-* The phHciNfc_CE_A_Update_PipeInfo function updates the pipe_id of the card
+* The phHciNfc_CE_A_Update_PipeInfo function updates the pipe_id of the card
* emulation A gate management Structure.
*
* \param[in] psHciContext psHciContext is the pointer to HCI Layer
* context Structure.
* \param[in] pipeID pipeID of the card emulation A gate
-* \param[in] pPipeInfo Update the pipe Information of the reader
+* \param[in] pPipeInfo Update the pipe Information of the reader
* A gate
*
* \retval NFCSTATUS_SUCCESS Function execution is successful.
@@ -167,35 +167,6 @@ phHciNfc_CE_A_Update_PipeInfo(
/**
* \ingroup grp_hci_nfc
*
-* The phHciNfc_CE_A_SendData_Event function sends data to the lo
-*
-* \param[in] psHciContext psHciContext is the pointer to HCI Layer
-* context Structure.
-* \param[in] pHwRef pHwRef is the Information of
-* the Device Interface Link
-* \param[in] pipeID pipeID of the card emulation A gate
-* \param[in] pPipeInfo Update the pipe Information of the reader
-* A gate
-*
-* \retval NFCSTATUS_SUCCESS Function execution is successful.
-* \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
-* could not be interpreted properly.
-*
-*/
-#ifdef CE_A_SEND_EVENT
-extern
-NFCSTATUS
-phHciNfc_CE_A_SendData_Event(
- void *psContext,
- void *pHwRef,
- uint8_t *pEvent,
- uint8_t length
- );
-#endif /* #ifdef CE_A_SEND_EVENT */
-
-/**
-* \ingroup grp_hci_nfc
-*
* The phHciNfc_CE_A_Mode function sends data to the set the card emulation mode
*
* \param[in] psHciContext psHciContext is the pointer to HCI Layer
@@ -220,7 +191,7 @@ phHciNfc_CE_A_Mode(
/**
* \ingroup grp_hci_nfc
*
-* The phHciNfc_CE_A_Initialise function opens the CE A and set all the
+* The phHciNfc_CE_A_Initialise function opens the CE A and set all the
* required parameters for CE A
*
* \param[in] psHciContext psHciContext is the pointer to HCI Layer
@@ -233,7 +204,7 @@ phHciNfc_CE_A_Mode(
* could not be interpreted properly.
*
*/
-extern
+extern
NFCSTATUS
phHciNfc_CE_A_Initialise(
phHciNfc_sContext_t *psHciContext,
@@ -243,7 +214,7 @@ phHciNfc_CE_A_Initialise(
/**
* \ingroup grp_hci_nfc
*
-* The phHciNfc_CE_A_Initialise function close the CE A and reset all the
+* The phHciNfc_CE_A_Initialise function close the CE A and reset all the
* required parameters to default value of CE A
*
* \param[in] psHciContext psHciContext is the pointer to HCI Layer
@@ -256,7 +227,7 @@ phHciNfc_CE_A_Initialise(
* could not be interpreted properly.
*
*/
-extern
+extern
NFCSTATUS
phHciNfc_CE_A_Release(
phHciNfc_sContext_t *psHciContext,
@@ -267,12 +238,12 @@ phHciNfc_CE_A_Release(
/**
* \ingroup grp_hci_nfc
*
-* The phHciNfc_CE_A_Update_Seq function to update CE A sequence depending on the
+* The phHciNfc_CE_A_Update_Seq function to update CE A sequence depending on the
* specified \ref seq_type
*
* \param[in] psHciContext psHciContext is the pointer to HCI Layer
* context Structure.
-* \param[in] seq_type sequence type specified in
+* \param[in] seq_type sequence type specified in
* \ref phHciNfc_eSeqType_t
*
* \retval NFCSTATUS_SUCCESS Function execution is successful.
@@ -280,7 +251,7 @@ phHciNfc_CE_A_Release(
* could not be interpreted properly.
*
*/
-extern
+extern
NFCSTATUS
phHciNfc_CE_A_Update_Seq(
phHciNfc_sContext_t *psHciContext,