Searched refs:T3T_MSG_OPC_CHECK_RSP (Results 1 – 3 of 3) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | rw_t3t.cc | 1237 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) { in rw_t3t_act_handle_ndef_detect_rsp() 1240 T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_ndef_detect_rsp() 1373 } else if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) { in rw_t3t_act_handle_check_rsp() 1376 T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_check_rsp() 1505 } else if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) { in rw_t3t_act_handle_check_ndef_rsp() 1508 T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_check_ndef_rsp() 1854 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) { in rw_t3t_act_handle_fmt_rsp() 1857 T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_fmt_rsp() 2069 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) { in rw_t3t_act_handle_sro_rsp() 2072 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
|