Searched refs:T3T_MSG_OPC_CHECK_RSP (Results 1 – 3 of 3) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | rw_t3t.cc | 1245 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) { in rw_t3t_act_handle_ndef_detect_rsp() 1248 T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_ndef_detect_rsp() 1394 } else if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) { in rw_t3t_act_handle_check_rsp() 1397 T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_check_rsp() 1526 } else if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) { in rw_t3t_act_handle_check_ndef_rsp() 1529 T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_check_ndef_rsp() 1875 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) { in rw_t3t_act_handle_fmt_rsp() 1878 T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_fmt_rsp() 2090 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) { in rw_t3t_act_handle_sro_rsp() 2093 T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_sro_rsp()
|
D | ce_t3t.cc | 385 UINT8_TO_STREAM(p_dst, T3T_MSG_OPC_CHECK_RSP); in ce_t3t_handle_check_cmd() 785 ce_t3t_send_rsp(p_ce_cb, p_nfcid2, T3T_MSG_OPC_CHECK_RSP, in ce_t3t_data_cback() 971 UINT8_TO_STREAM(p_dst, T3T_MSG_OPC_CHECK_RSP); in CE_T3tSendCheckRsp()
|
/system/nfc/src/nfc/include/ |
D | tags_defs.h | 284 #define T3T_MSG_OPC_CHECK_RSP 0x07 macro
|