Home
last modified time | relevance | path

Searched refs:nci_snd_t3t_polling (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/include/
Dnci_hmsgs.h60 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn);
/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c1673 … if ((status = (tNFC_STATUS) nci_snd_t3t_polling (T3T_SYSTEM_CODE_NDEF, 0, 0)) == NCI_STATUS_OK) in rw_t3t_handle_get_sc_poll_rsp()
2625 if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (T3T_SYSTEM_CODE_NDEF, 0, 0)) == NCI_STATUS_OK) in RW_T3tDetectNDef()
2898 … if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (0xFFFF, T3T_POLL_RC_SC, 0)) == NCI_STATUS_OK) in RW_T3tPresenceCheck()
2943 … if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (system_code, (UINT8) rc, tsn)) == NCI_STATUS_OK) in RW_T3tPoll()
3030 … if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (0xFFFF, T3T_POLL_RC_SC, 0)) == NCI_STATUS_OK) in RW_T3tGetSystemCodes()
3082 …if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (T3T_SYSTEM_CODE_FELICA_LITE, T3T_POLL_RC_SC, 0)) … in RW_T3tFormatNDef()
3145 …if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (T3T_SYSTEM_CODE_FELICA_LITE, T3T_POLL_RC_SC, 0)) … in RW_T3tSetReadOnly()
/external/libnfc-nci/src/nfc/nci/
Dnci_hmsgs.c494 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn) in nci_snd_t3t_polling() function