Searched defs:dest_gate (Results 1 - 6 of 6) sorted by relevance
/external/libnfc-nci/src/nfa/hci/ |
H A D | nfa_hci_api.c | 353 UINT8 dest_gate) 359 hci_handle, source_gate_id, dest_host, dest_gate); 373 if ( ((dest_gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) && (dest_gate != NFA_HCI_LOOP_BACK_GATE) && (dest_gate != NFA_HCI_IDENTITY_MANAGEMENT_GATE)) 374 ||(dest_gate > NFA_HCI_LAST_PROP_GATE)) 376 NFA_TRACE_API1 ("NFA_HciCreatePipe (): Invalid Destination Gate:0x%02x", dest_gate); 399 p_msg->dest_gate = dest_gate; /* Gate id of the destination gate */ 983 xx, pp->pipe_id, pp->pipe_state, pp->local_gate, pp->dest_gate, p 350 NFA_HciCreatePipe(tNFA_HANDLE hci_handle, UINT8 source_gate_id, UINT8 dest_host, UINT8 dest_gate) argument [all...] |
H A D | 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 1282 STREAM_TO_UINT8 (dest_gate, p_data); 1285 if ( (dest_gate == NFA_HCI_IDENTITY_MANAGEMENT_GATE) 1286 ||(dest_gate == NFA_HCI_LOOP_BACK_GATE) ) 1288 response = nfa_hciu_add_pipe_to_static_gate (dest_gate, pipe, source_host, source_gate); 1292 if ((pgate = nfa_hciu_find_gate_by_gid (dest_gate)) ! 1377 UINT8 dest_gate = nfa_hci_cb.remote_gate_in_use; local [all...] |
H A D | nfa_hci_utils.c | 521 UINT8 dest_host, UINT8 dest_gate) 537 p_pipe->dest_gate = dest_gate; 565 tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate (UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate) argument 571 local_gate, pipe_id, dest_host, dest_gate); 579 p_pipe->dest_gate = dest_gate; 641 BOOLEAN nfa_hciu_check_pipe_between_gates (UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate) argument 646 NFA_TRACE_DEBUG3 ("nfa_hciu_check_pipe_between_gates () Local gate: 0x%02X, Host[0x%02X] gate: 0x%02X", local_gate, dest_host, dest_gate); 656 &&(pp->dest_gate 520 nfa_hciu_add_pipe_to_gate(UINT8 pipe_id, UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate) argument 934 nfa_hciu_send_create_pipe_cmd(UINT8 source_gate, UINT8 dest_host, UINT8 dest_gate) argument [all...] |
/external/libnfc-nci/src/nfa/include/ |
H A D | nfa_hci_api.h | 86 UINT8 dest_gate; /* Peer gate to which this pipe is connected */ member in struct:__anon8493 137 UINT8 dest_gate; /* Destination host gate to which the other end of pipe is attached */ member in struct:__anon8499 416 UINT8 dest_gate);
|
/external/libnfc-nci/src/hal/int/ |
H A D | nfc_brcm_defs.h | 382 UINT8 dest_gate; member in struct:__anon8399
|
/external/libnfc-nci/src/nfa/int/ |
H A D | nfa_hci_int.h | 186 UINT8 dest_gate; member in struct:__anon8644 325 UINT8 dest_gate; /* Peer gate to which this pipe is connected */ member in struct:__anon8656 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);
|
Completed in 396 milliseconds