Searched refs:T3T_MSG_OPC_CHECK_RSP (Results 1 – 3 of 3) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t3t.c | 1278 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) in rw_t3t_act_handle_ndef_detect_rsp() 1280 …_ERROR2 ("Response error: expecting rsp_code %02X, but got %02X", T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp… in rw_t3t_act_handle_ndef_detect_rsp() 1396 else if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) in rw_t3t_act_handle_check_rsp() 1398 …_ERROR2 ("Response error: expecting rsp_code %02X, but got %02X", T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp… in rw_t3t_act_handle_check_rsp() 1512 else if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) in rw_t3t_act_handle_check_ndef_rsp() 1514 …_ERROR2 ("Response error: expecting rsp_code %02X, but got %02X", T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp… in rw_t3t_act_handle_check_ndef_rsp() 1949 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) in rw_t3t_act_handle_fmt_rsp() 1951 …_ERROR2 ("Response error: expecting rsp_code %02X, but got %02X", T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp… in rw_t3t_act_handle_fmt_rsp() 2161 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) in rw_t3t_act_handle_sro_rsp() 2163 …_ERROR2 ("Response error: expecting rsp_code %02X, but got %02X", T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp… in rw_t3t_act_handle_sro_rsp()
|
D | ce_t3t.c | 414 UINT8_TO_STREAM (p_dst, T3T_MSG_OPC_CHECK_RSP); 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() 1016 UINT8_TO_STREAM (p_dst, T3T_MSG_OPC_CHECK_RSP); in CE_T3tSendCheckRsp()
|
/external/libnfc-nci/src/nfc/include/ |
D | tags_defs.h | 249 #define T3T_MSG_OPC_CHECK_RSP 0x07 macro
|