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.cc1253 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_ndef_detect_rsp()
1388 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_check_rsp()
1438 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_update_rsp()
1513 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_check_ndef_rsp()
1609 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_update_ndef_rsp()
1883 T3T_MSG_RSP_STATUS_OK) /* verify response status code */ in rw_t3t_act_handle_fmt_rsp()
1928 (p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != T3T_MSG_RSP_STATUS_OK)) in rw_t3t_act_handle_fmt_rsp()
1950 (p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != T3T_MSG_RSP_STATUS_OK)) in rw_t3t_act_handle_fmt_rsp()
2069 (p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != T3T_MSG_RSP_STATUS_OK)) in rw_t3t_act_handle_sro_rsp()
2098 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