Home
last modified time | relevance | path

Searched refs:T3T_MSG_RSP_STATUS_ERROR (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c356 …ce_t3t_send_rsp (p_ce_cb, NULL, T3T_MSG_OPC_UPDATE_RSP, T3T_MSG_RSP_STATUS_ERROR, T3T_MSG_RSP_STAT… in ce_t3t_handle_update_cmd()
454 UINT8_TO_STREAM (p_dst, T3T_MSG_RSP_STATUS_ERROR); in ce_t3t_handle_check_cmd()
503 UINT8_TO_STREAM (p_dst, T3T_MSG_RSP_STATUS_ERROR); in ce_t3t_handle_check_cmd()
527 UINT8_TO_STREAM (p_dst, T3T_MSG_RSP_STATUS_ERROR); in ce_t3t_handle_check_cmd()
829 …ce_t3t_send_rsp (p_ce_cb, p_nfcid2, T3T_MSG_OPC_CHECK_RSP, T3T_MSG_RSP_STATUS_ERROR, T3T_MSG_RSP_S… in ce_t3t_data_cback()
/external/libnfc-nci/src/nfc/include/
Dtags_defs.h302 #define T3T_MSG_RSP_STATUS_ERROR 0x01 macro