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 | 1225 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) in rw_t3t_act_handle_ndef_detect_rsp() 1227 …_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() 1343 else if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) in rw_t3t_act_handle_check_rsp() 1345 …_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() 1452 else if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) in rw_t3t_act_handle_check_ndef_rsp() 1454 …_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() 1888 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) in rw_t3t_act_handle_fmt_rsp() 1890 …_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() 2100 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) in rw_t3t_act_handle_sro_rsp() 2102 …_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() 828 …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() 1015 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
|