/external/libnfc-nci/src/nfa/hci/ |
nfa_hci_act.c | 638 else if (nfa_hciu_check_pipe_between_gates (p_evt_data->create_pipe.source_gate, p_evt_data->create_pipe.dest_host, p_evt_data->create_pipe.dest_gate)) 653 if (nfa_hciu_is_host_reseting (p_evt_data->create_pipe.dest_gate)) 660 nfa_hci_cb.remote_gate_in_use = p_evt_data->create_pipe.dest_gate; 664 nfa_hciu_send_create_pipe_cmd (p_evt_data->create_pipe.source_gate, p_evt_data->create_pipe.dest_host, p_evt_data->create_pipe.dest_gate); 1254 UINT8 source_host, source_gate, dest_host, dest_gate, pipe; local 1377 UINT8 dest_gate = nfa_hci_cb.remote_gate_in_use; local [all...] |
/external/libnfc-nci/src/nfa/include/ |
nfa_hci_api.h | 86 UINT8 dest_gate; /* Peer gate to which this pipe is connected */ member in struct:__anon15584 137 UINT8 dest_gate; /* Destination host gate to which the other end of pipe is attached */ member in struct:__anon15590 416 UINT8 dest_gate);
|
/external/libnfc-nci/src/hal/int/ |
nfc_brcm_defs.h | 384 UINT8 dest_gate; member in struct:__anon15489
|
/external/libnfc-nci/src/nfa/int/ |
nfa_hci_int.h | 186 UINT8 dest_gate; member in struct:__anon15735 325 UINT8 dest_gate; /* Peer gate to which this pipe is connected */ member in struct:__anon15747 473 extern BOOLEAN nfa_hciu_check_pipe_between_gates (UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate); 483 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate (UINT8 pipe, UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate); 484 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate (UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate); 500 extern tNFA_STATUS nfa_hciu_send_create_pipe_cmd (UINT8 source_gate, UINT8 dest_host, UINT8 dest_gate);
|