Home
last modified time | relevance | path

Searched refs:RW_TRACE_ERROR2 (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t1t.c97RW_TRACE_ERROR2 ("T1T Response to previous command in Idle state. command=0x%02x, Remaining max re… in rw_t1t_data_cback()
128RW_TRACE_ERROR2 ("T1T Response to previous command. command=0x%02x, Remaining max retx rsp:0x%02x"… in rw_t1t_data_cback()
137RW_TRACE_ERROR2 ("T1T Frame error. state=%s command (opcode) = 0x%02x", rw_t1t_get_state_name (p_t… in rw_t1t_data_cback()
139RW_TRACE_ERROR2 ("T1T Frame error. state=0x%02x command = 0x%02x ", p_t1t->state, p_cmd_rsp_info->… in rw_t1t_data_cback()
532RW_TRACE_ERROR2 ("T1T timeout. state=%s command (opcode)=0x%02x ", rw_t1t_get_state_name (p_t1t->s… in rw_t1t_process_timeout()
534RW_TRACE_ERROR2 ("T1T timeout. state=0x%02x command=0x%02x ", p_t1t->state, (rw_cb.tcb.t1t.p_cmd_r… in rw_t1t_process_timeout()
878 RW_TRACE_ERROR2 ("RW_T1tWriteErase - Invalid Block/byte: %u / %u", block, byte); in RW_T1tWriteErase()
931 RW_TRACE_ERROR2 ("RW_T1tWriteErase - Invalid Block/byte: %u / %u", block, byte); in RW_T1tWriteNoErase()
Drw_t3t.c492RW_TRACE_ERROR2 ("T3T timeout. state=0x%02X cur_cmd=0x%02X", rw_cb.tcb.t3t.rw_state, rw_cb.tcb.t3t… in rw_t3t_process_timeout()
561RW_TRACE_ERROR2 ("T3T frame error. state=0x%02X cur_cmd=0x%02X", rw_cb.tcb.t3t.rw_state, rw_cb.tcb… in rw_t3t_process_frame_error()
1280RW_TRACE_ERROR2 ("Response error: expecting rsp_code %02X, but got %02X", T3T_MSG_OPC_CHECK_RSP, p… in rw_t3t_act_handle_ndef_detect_rsp()
1320RW_TRACE_ERROR2 ("RW_T3tDetectNDEF: incompatible NDEF version. Local=0x%02x, Remote=0x%02x", T3T_M… in rw_t3t_act_handle_ndef_detect_rsp()
1398RW_TRACE_ERROR2 ("Response error: expecting rsp_code %02X, but got %02X", T3T_MSG_OPC_CHECK_RSP, p… in rw_t3t_act_handle_check_rsp()
1440RW_TRACE_ERROR2 ("Response error: expecting rsp_code %02X, but got %02X", T3T_MSG_OPC_UPDATE_RSP, … in rw_t3t_act_handle_update_rsp()
1508RW_TRACE_ERROR2 ("Response error: bad status, nfcid2, or invalid len: %i %i", p_t3t_rsp[T3T_MSG_RS… in rw_t3t_act_handle_check_ndef_rsp()
1514RW_TRACE_ERROR2 ("Response error: expecting rsp_code %02X, but got %02X", T3T_MSG_OPC_CHECK_RSP, p… in rw_t3t_act_handle_check_ndef_rsp()
1530RW_TRACE_ERROR2 ("Response error: CHECK rsp header indicates %i bytes, but only received %i bytes"… in rw_t3t_act_handle_check_ndef_rsp()
1593RW_TRACE_ERROR2 ("Response error: expecting rsp_code %02X, but got %02X", T3T_MSG_OPC_UPDATE_RSP, … in rw_t3t_act_handle_update_ndef_rsp()
[all …]
Drw_t4t.c465RW_TRACE_ERROR2 ("rw_t4t_validate_cc_file (): Peer version (0x%02X) is matched to ours (0x%02X)", in rw_t4t_validate_cc_file()
813RW_TRACE_ERROR2 ("rw_t4t_sm_detect_ndef (): NLEN (%d) + 2 must be <= max file size (%d)", in rw_t4t_sm_detect_ndef()
823 RW_TRACE_ERROR2 ("rw_t4t_sm_detect_ndef (): Length (%d) of R-APDU must be %d", in rw_t4t_sm_detect_ndef()
920 RW_TRACE_ERROR2 ("rw_t4t_sm_read_ndef (): invalid payload length (%d), rw_length (%d)", in rw_t4t_sm_read_ndef()
1429RW_TRACE_ERROR2 ("RW_T4tUpdateNDef ():data (%d bytes) plus NLEN is more than max file size (%d)", in RW_T4tUpdateNDef()
Drw_t2t.c413RW_TRACE_ERROR2 ("T2T NFC Send data failed. state=%s substate=%s ", rw_t2t_get_state_name (p_t2t->… in rw_t2t_send_cmd()
415RW_TRACE_ERROR2 ("T2T NFC Send data failed. state=0x%02X substate=0x%02X ", p_t2t->state, p_t2t->s… in rw_t2t_send_cmd()
1067RW_TRACE_ERROR2 ("RW_T2tSectorSelect - Invalid sector: %u, T2 Max supported sector value: %u", sec… in RW_T2tSectorSelect()
Drw_i93.c1465 RW_TRACE_ERROR2 ("rw_offset(0x%x) must be less than num_block(0x%x)", in rw_i93_get_next_block_sec()
3950RW_TRACE_ERROR2 ("RW_I93UpdateNDef ():data (%d bytes) is more than max NDEF length (%d)", in RW_I93UpdateNDef()
/external/libnfc-nci/src/include/
Dbt_trace.h1424 #define RW_TRACE_ERROR2(m,p1,p2) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… macro
3401 #define RW_TRACE_ERROR2(m,p1,p2) macro