Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c1451 tNFC_NFCEE_MODE_SET_REVT *p_rsp = p_data->mode_set_rsp.p_data; in nfa_ee_nci_mode_set_rsp() local
1453 …NFA_TRACE_DEBUG2 ("nfa_ee_nci_mode_set_rsp() handle:0x%02x mode:%d", p_rsp->nfcee_id, p_rsp->mode); in nfa_ee_nci_mode_set_rsp()
1454 p_cb = nfa_ee_find_ecb (p_rsp->nfcee_id); in nfa_ee_nci_mode_set_rsp()
1457 … NFA_TRACE_ERROR1 ("nfa_ee_nci_mode_set_rsp() Can not find cb for handle:0x%02x", p_rsp->nfcee_id); in nfa_ee_nci_mode_set_rsp()
1464 if (p_rsp->status == NFA_STATUS_OK) in nfa_ee_nci_mode_set_rsp()
1467 if (p_rsp->mode == NFA_EE_MD_ACTIVATE) in nfa_ee_nci_mode_set_rsp()
1489 p_rsp->status, p_cb->ecb_flags , nfa_ee_cb.ee_cfged, p_cb->ee_status); in nfa_ee_nci_mode_set_rsp()
1508 mode_set.status = p_rsp->status; in nfa_ee_nci_mode_set_rsp()
1509 mode_set.ee_handle = (tNFA_HANDLE)p_rsp->nfcee_id | NFA_HANDLE_GROUP_EE; in nfa_ee_nci_mode_set_rsp()
1562 tNFA_EE_NCI_WAIT_RSP *p_rsp = &p_data->wait_rsp; in nfa_ee_nci_wait_rsp() local
[all …]
/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_act.c1811 UINT8 *p_rsp = data; in nfa_hci_handle_identity_mgmt_gate_pkt() local
1863 p_rsp = gate_rsp; in nfa_hci_handle_identity_mgmt_gate_pkt()
1892 nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_RESPONSE_TYPE, response, rsp_len, p_rsp); in nfa_hci_handle_identity_mgmt_gate_pkt()