Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c1212 void rw_t3t_act_handle_ndef_detect_rsp (tRW_T3T_CB *p_cb, BT_HDR *p_msg_rsp) in rw_t3t_act_handle_ndef_detect_rsp() argument
1219 UINT8 *p_t3t_rsp = (UINT8 *) (p_msg_rsp+1) + p_msg_rsp->offset; in rw_t3t_act_handle_ndef_detect_rsp()
1317 GKI_freebuf (p_msg_rsp); in rw_t3t_act_handle_ndef_detect_rsp()
1330 void rw_t3t_act_handle_check_rsp (tRW_T3T_CB *p_cb, BT_HDR *p_msg_rsp) in rw_t3t_act_handle_check_rsp() argument
1332 UINT8 *p_t3t_rsp = (UINT8 *) (p_msg_rsp+1) + p_msg_rsp->offset; in rw_t3t_act_handle_check_rsp()
1341 GKI_freebuf (p_msg_rsp); in rw_t3t_act_handle_check_rsp()
1347 GKI_freebuf (p_msg_rsp); in rw_t3t_act_handle_check_rsp()
1352 p_msg_rsp->offset += T3T_MSG_RSP_OFFSET_CHECK_DATA; /* Skip over t3t header */ in rw_t3t_act_handle_check_rsp()
1353 p_msg_rsp->len -= T3T_MSG_RSP_OFFSET_CHECK_DATA; in rw_t3t_act_handle_check_rsp()
1355 evt_data.p_data = p_msg_rsp; in rw_t3t_act_handle_check_rsp()
[all …]