Searched refs:p_msg_rsp (Results 1 – 1 of 1) sorted by relevance
1225 void rw_t3t_act_handle_ndef_detect_rsp(tRW_T3T_CB* p_cb, NFC_HDR* p_msg_rsp) { in rw_t3t_act_handle_ndef_detect_rsp() argument1231 uint8_t* p_t3t_rsp = (uint8_t*)(p_msg_rsp + 1) + p_msg_rsp->offset; in rw_t3t_act_handle_ndef_detect_rsp()1250 } else if (p_msg_rsp->len < in rw_t3t_act_handle_ndef_detect_rsp()1348 GKI_freebuf(p_msg_rsp); in rw_t3t_act_handle_ndef_detect_rsp()1360 void rw_t3t_act_handle_check_rsp(tRW_T3T_CB* p_cb, NFC_HDR* p_msg_rsp) { in rw_t3t_act_handle_check_rsp() argument1361 uint8_t* p_t3t_rsp = (uint8_t*)(p_msg_rsp + 1) + p_msg_rsp->offset; in rw_t3t_act_handle_check_rsp()1372 GKI_freebuf(p_msg_rsp); in rw_t3t_act_handle_check_rsp()1378 GKI_freebuf(p_msg_rsp); in rw_t3t_act_handle_check_rsp()1379 } else if (p_msg_rsp->len >= T3T_MSG_RSP_OFFSET_CHECK_DATA) { in rw_t3t_act_handle_check_rsp()1381 p_msg_rsp->offset += in rw_t3t_act_handle_check_rsp()[all …]