Searched refs:T4T_CMD_MAX_HDR_SIZE (Results 1 – 4 of 4) sorted by relevance
151 p_c_apdu->len = T4T_CMD_MAX_HDR_SIZE + T4T_FILE_ID_SIZE; in rw_t4t_select_file()253 p_c_apdu->len = T4T_CMD_MAX_HDR_SIZE + T4T_FILE_LENGTH_SIZE; in rw_t4t_update_nlen()309 p_c_apdu->len = T4T_CMD_MAX_HDR_SIZE + length; in rw_t4t_update_file()361 p_c_apdu->len = T4T_CMD_MAX_HDR_SIZE + 1; in rw_t4t_update_cc_to_readonly()415 p_c_apdu->len = T4T_CMD_MAX_HDR_SIZE + T4T_V10_NDEF_TAG_AID_LEN; in rw_t4t_select_application()426 p_c_apdu->len = T4T_CMD_MAX_HDR_SIZE + T4T_V20_NDEF_TAG_AID_LEN + 1; in rw_t4t_select_application()
144 …4T_MAX_LC (NFC_CE_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_DATA_HDR_SIZE - T4T_CMD_MAX_HDR_SIZE)
410 …FC_RW_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_MSG_OFFSET_SIZE - NCI_DATA_HDR_SIZE - T4T_CMD_MAX_HDR_SIZE)
326 #define T4T_CMD_MAX_HDR_SIZE 5 /* CLA, INS, P1, P2, Lc */ macro