Searched refs:T4T_RSP_STATUS_WORDS_SIZE (Results 1 – 5 of 5) sorted by relevance
617 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()
96 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()
141 …_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_MSG_OFFSET_SIZE - NCI_DATA_HDR_SIZE - T4T_RSP_STATUS_WORDS_SIZE)
412 …READ (NFC_RW_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_DATA_HDR_SIZE - T4T_RSP_STATUS_WORDS_SIZE)
346 #define T4T_RSP_STATUS_WORDS_SIZE 0x02 macro