Searched refs:T3T_MSG_RSP_OFFSET_RSPCODE (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t3t.c | 1278 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) in rw_t3t_act_handle_ndef_detect_rsp() 1280 …ecting rsp_code %02X, but got %02X", T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_ndef_detect_rsp() 1396 else if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) in rw_t3t_act_handle_check_rsp() 1398 …ecting rsp_code %02X, but got %02X", T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_check_rsp() 1438 else if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_UPDATE_RSP) in rw_t3t_act_handle_update_rsp() 1440 …cting rsp_code %02X, but got %02X", T3T_MSG_OPC_UPDATE_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_update_rsp() 1512 else if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) in rw_t3t_act_handle_check_ndef_rsp() 1514 …ecting rsp_code %02X, but got %02X", T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_check_ndef_rsp() 1591 else if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_UPDATE_RSP) in rw_t3t_act_handle_update_ndef_rsp() 1593 …cting rsp_code %02X, but got %02X", T3T_MSG_OPC_UPDATE_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_update_ndef_rsp() [all …]
|
/external/libnfc-nci/src/nfc/include/ |
D | tags_defs.h | 292 #define T3T_MSG_RSP_OFFSET_RSPCODE 0 /* Offset for Response code */ macro
|