Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Dce_t3t.cc329 T3T_MSG_RSP_STATUS_OK, T3T_MSG_RSP_STATUS_OK); in ce_t3t_handle_update_cmd()
394 UINT8_TO_STREAM(p_dst, T3T_MSG_RSP_STATUS_OK); in ce_t3t_handle_check_cmd()
395 UINT8_TO_STREAM(p_dst, T3T_MSG_RSP_STATUS_OK); in ce_t3t_handle_check_cmd()
980 if (status1 == T3T_MSG_RSP_STATUS_OK) { in CE_T3tSendCheckRsp()
Drw_t3t.cc1245 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_ndef_detect_rsp()
1367 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_check_rsp()
1417 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_update_rsp()
1492 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_check_ndef_rsp()
1588 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_update_ndef_rsp()
1862 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_fmt_rsp()
1907 (p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != T3T_MSG_RSP_STATUS_OK)) in rw_t3t_act_handle_fmt_rsp()
1929 (p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != T3T_MSG_RSP_STATUS_OK)) in rw_t3t_act_handle_fmt_rsp()
2048 (p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != T3T_MSG_RSP_STATUS_OK)) in rw_t3t_act_handle_sro_rsp()
2077 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