diff options
Diffstat (limited to 'src/phHciNfc.h')
-rw-r--r-- | src/phHciNfc.h | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/src/phHciNfc.h b/src/phHciNfc.h index 4f52b4a..f360413 100644 --- a/src/phHciNfc.h +++ b/src/phHciNfc.h @@ -78,9 +78,8 @@ typedef enum phHciNfc_Init { HCI_SESSION = 0x00, - HCI_NFC_DEVICE_TEST, - HCI_CUSTOM_INIT, - HCI_SELF_TEST + HCI_SELF_TEST, + HCI_CUSTOM_INIT }phHciNfc_Init_t; /** \ingroup grp_hal_hci @@ -264,7 +263,7 @@ phHciNfc_Config_Discovery ( * of the HCI Layer. * \param[in] pHwRef pHwRef is the Information of * the Device Interface Link . - * \param[in] discovery_type If True: Start re-polling of the target + * \param[in] re_poll If True: Start re-polling of the target * after the Target Device is de-activated * or else - continue discovery with next * technology. @@ -280,7 +279,7 @@ phHciNfc_Config_Discovery ( phHciNfc_Restart_Discovery ( void *psHciHandle, void *pHwRef, - uint8_t discovery_type + uint8_t repoll ); @@ -496,11 +495,10 @@ phHciNfc_Config_Discovery ( * of the HCI Layer. * \param[in] pHwRef pHwRef is the Information of * the Device Interface Link . - * \param[in] discovery_type If NFC_RF_DISCOVERY_REPOLL: Start re-polling of - * the target after the Target Device is - * de-activatedor if NFC_RF_DISCOVERY_CONTINUE - - * continue discovery with next technology or - * stop the discovery wheel. + * \param[in] re_poll If True: Start re-polling of the target + * after the Target Device is de-activated + * or else - continue discovery with next + * technology. * * \retval NFCSTATUS_PENDING To De-select the remote target pending. * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters @@ -514,7 +512,7 @@ phHciNfc_Config_Discovery ( phHciNfc_Disconnect ( void *psHciHandle, void *pHwRef, - uint8_t discovery_type + uint8_t re_poll ); |