Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dnci_hmsgs.h57 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn);
/system/nfc/src/nfc/tags/
Drw_t3t.cc2494 retval = (tNFC_STATUS)nci_snd_t3t_polling(T3T_SYSTEM_CODE_NDEF, 0, 0); in RW_T3tDetectNDef()
2757 retval = (tNFC_STATUS)nci_snd_t3t_polling(0xFFFF, T3T_POLL_RC_SC, 0); in RW_T3tPresenceCheck()
2802 retval = (tNFC_STATUS)nci_snd_t3t_polling(system_code, (uint8_t)rc, tsn); in RW_T3tPoll()
2882 retval = (tNFC_STATUS)nci_snd_t3t_polling(0xFFFF, T3T_POLL_RC_SC, 0); in RW_T3tGetSystemCodes()
2928 retval = (tNFC_STATUS)nci_snd_t3t_polling(T3T_SYSTEM_CODE_FELICA_LITE, in RW_T3tFormatNDef()
2991 retval = (tNFC_STATUS)nci_snd_t3t_polling(T3T_SYSTEM_CODE_FELICA_LITE, in RW_T3tSetReadOnly()
/system/nfc/src/nfc/nci/
Dnci_hmsgs.cc511 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling() function