Home
last modified time | relevance | path

Searched refs:tsn (Results 1 – 4 of 4) 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);
Drw_api.h828 uint8_t tsn);
/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() argument
529 UINT8_TO_STREAM(pp, tsn); in nci_snd_t3t_polling()
/system/nfc/src/nfc/tags/
Drw_t3t.cc2789 tNFC_STATUS RW_T3tPoll(uint16_t system_code, tT3T_POLL_RC rc, uint8_t tsn) { in RW_T3tPoll() argument
2802 retval = (tNFC_STATUS)nci_snd_t3t_polling(system_code, (uint8_t)rc, tsn); in RW_T3tPoll()