Home
last modified time | relevance | path

Searched refs:T4T_RSP_STATUS_WORDS_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t4t.c617 p += (p_r_apdu->len - T4T_RSP_STATUS_WORDS_SIZE); in rw_t4t_sm_detect_ndef()
674 if (p_r_apdu->len >= T4T_CC_FILE_MIN_LEN + T4T_RSP_STATUS_WORDS_SIZE) in rw_t4t_sm_detect_ndef()
743 if (p_r_apdu->len == T4T_FILE_LENGTH_SIZE + T4T_RSP_STATUS_WORDS_SIZE) in rw_t4t_sm_detect_ndef()
824 p_r_apdu->len, T4T_FILE_LENGTH_SIZE + T4T_RSP_STATUS_WORDS_SIZE); in rw_t4t_sm_detect_ndef()
863 p += (p_r_apdu->len - T4T_RSP_STATUS_WORDS_SIZE); in rw_t4t_sm_read_ndef()
878 p_r_apdu->len -= T4T_RSP_STATUS_WORDS_SIZE; in rw_t4t_sm_read_ndef()
961 p += (p_r_apdu->len - T4T_RSP_STATUS_WORDS_SIZE); in rw_t4t_sm_update_ndef()
1060 p += (p_r_apdu->len - T4T_RSP_STATUS_WORDS_SIZE); in rw_t4t_sm_set_readonly()
Dce_t4t.c96 p_r_apdu->len = T4T_RSP_STATUS_WORDS_SIZE; in ce_t4t_send_status()
234 p_r_apdu->len += T4T_RSP_STATUS_WORDS_SIZE; in ce_t4t_read_binary()
/external/libnfc-nci/src/nfc/int/
Dce_int.h141 …_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_MSG_OFFSET_SIZE - NCI_DATA_HDR_SIZE - T4T_RSP_STATUS_WORDS_SIZE)
Drw_int.h412 …READ (NFC_RW_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_DATA_HDR_SIZE - T4T_RSP_STATUS_WORDS_SIZE)
/external/libnfc-nci/src/nfc/include/
Dtags_defs.h346 #define T4T_RSP_STATUS_WORDS_SIZE 0x02 macro