Searched refs:RW_TRACE_ERROR2 (Results 1 – 6 of 6) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t1t.c | 97 …RW_TRACE_ERROR2 ("T1T Response to previous command in Idle state. command=0x%02x, Remaining max re… in rw_t1t_data_cback() 128 …RW_TRACE_ERROR2 ("T1T Response to previous command. command=0x%02x, Remaining max retx rsp:0x%02x"… in rw_t1t_data_cback() 137 …RW_TRACE_ERROR2 ("T1T Frame error. state=%s command (opcode) = 0x%02x", rw_t1t_get_state_name (p_t… in rw_t1t_data_cback() 139 …RW_TRACE_ERROR2 ("T1T Frame error. state=0x%02x command = 0x%02x ", p_t1t->state, p_cmd_rsp_info->… in rw_t1t_data_cback() 532 …RW_TRACE_ERROR2 ("T1T timeout. state=%s command (opcode)=0x%02x ", rw_t1t_get_state_name (p_t1t->s… in rw_t1t_process_timeout() 534 …RW_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()
|
D | rw_t3t.c | 492 …RW_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() 561 …RW_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() 1280 …RW_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() 1320 …RW_TRACE_ERROR2 ("RW_T3tDetectNDEF: incompatible NDEF version. Local=0x%02x, Remote=0x%02x", T3T_M… in rw_t3t_act_handle_ndef_detect_rsp() 1398 …RW_TRACE_ERROR2 ("Response error: expecting rsp_code %02X, but got %02X", T3T_MSG_OPC_CHECK_RSP, p… in rw_t3t_act_handle_check_rsp() 1440 …RW_TRACE_ERROR2 ("Response error: expecting rsp_code %02X, but got %02X", T3T_MSG_OPC_UPDATE_RSP, … in rw_t3t_act_handle_update_rsp() 1508 …RW_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() 1514 …RW_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() 1530 …RW_TRACE_ERROR2 ("Response error: CHECK rsp header indicates %i bytes, but only received %i bytes"… in rw_t3t_act_handle_check_ndef_rsp() 1593 …RW_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 …]
|
D | rw_t4t.c | 465 … RW_TRACE_ERROR2 ("rw_t4t_validate_cc_file (): Peer version (0x%02X) is matched to ours (0x%02X)", in rw_t4t_validate_cc_file() 813 … RW_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() 1429 … RW_TRACE_ERROR2 ("RW_T4tUpdateNDef ():data (%d bytes) plus NLEN is more than max file size (%d)", in RW_T4tUpdateNDef()
|
D | rw_t2t.c | 413 …RW_TRACE_ERROR2 ("T2T NFC Send data failed. state=%s substate=%s ", rw_t2t_get_state_name (p_t2t->… in rw_t2t_send_cmd() 415 …RW_TRACE_ERROR2 ("T2T NFC Send data failed. state=0x%02X substate=0x%02X ", p_t2t->state, p_t2t->s… in rw_t2t_send_cmd() 1067 …RW_TRACE_ERROR2 ("RW_T2tSectorSelect - Invalid sector: %u, T2 Max supported sector value: %u", sec… in RW_T2tSectorSelect()
|
D | rw_i93.c | 1465 RW_TRACE_ERROR2 ("rw_offset(0x%x) must be less than num_block(0x%x)", in rw_i93_get_next_block_sec() 3950 … RW_TRACE_ERROR2 ("RW_I93UpdateNDef ():data (%d bytes) is more than max NDEF length (%d)", in RW_I93UpdateNDef()
|
/external/libnfc-nci/src/include/ |
D | bt_trace.h | 1424 #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
|