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.h59 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn);
/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c1505 …if ((status = (tNFC_STATUS) nci_snd_t3t_polling (T3T_SYSTEM_CODE_NDEF, T3T_POLL_RC_SC, 0)) == NCI_… in rw_t3t_handle_get_sc_poll_rsp()
2239 …if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (T3T_SYSTEM_CODE_NDEF, T3T_POLL_RC_SC, 0)) == NCI_… in RW_T3tDetectNDef()
2512 … if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (0xFFFF, T3T_POLL_RC_SC, 0)) == NCI_STATUS_OK) in RW_T3tPresenceCheck()
2557 … if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (system_code, (UINT8) rc, tsn)) == NCI_STATUS_OK) in RW_T3tPoll()
2644 … if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (0xFFFF, T3T_POLL_RC_SC, 0)) == NCI_STATUS_OK) in RW_T3tGetSystemCodes()
2696 …if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (T3T_SYSTEM_CODE_FELICA_LITE, T3T_POLL_RC_SC, 0)) … in RW_T3tFormatNDef()
/external/libnfc-nci/src/nfc/nci/
Dnci_hmsgs.c491 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn) in nci_snd_t3t_polling() function