Home
last modified time | relevance | path

Searched refs:T3T_MSG_RSP_STATUS_OK (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/tags/
Dce_t3t.cc325 T3T_MSG_RSP_STATUS_OK, T3T_MSG_RSP_STATUS_OK); in ce_t3t_handle_update_cmd()
390 UINT8_TO_STREAM(p_dst, T3T_MSG_RSP_STATUS_OK); in ce_t3t_handle_check_cmd()
391 UINT8_TO_STREAM(p_dst, T3T_MSG_RSP_STATUS_OK); in ce_t3t_handle_check_cmd()
977 if (status1 == T3T_MSG_RSP_STATUS_OK) { in CE_T3tSendCheckRsp()
Drw_t3t.cc1294 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_ndef_detect_rsp()
1423 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_check_rsp()
1473 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_update_rsp()
1548 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_check_ndef_rsp()
1650 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_update_ndef_rsp()
1925 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_fmt_rsp()
1970 (p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != T3T_MSG_RSP_STATUS_OK)) in rw_t3t_act_handle_fmt_rsp()
1992 (p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != T3T_MSG_RSP_STATUS_OK)) in rw_t3t_act_handle_fmt_rsp()
2111 (p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != T3T_MSG_RSP_STATUS_OK)) in rw_t3t_act_handle_sro_rsp()
2140 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_sro_rsp()
[all …]
/system/nfc/src/nfc/include/
Dtags_defs.h341 #define T3T_MSG_RSP_STATUS_OK 0x00 macro
/system/nfc/src/fuzzers/rw/
Dt3t.cc309 rsp[T3T_MSG_RSP_OFFSET_STATUS1] = T3T_MSG_RSP_STATUS_OK; in Type3_FixPackets()