HomeSort by relevance Sort by last modified time
    Searched refs:dest_gate (Results 1 - 7 of 7) sorted by null

  /external/libnfc-nci/src/nfa/hci/
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 */
    [all...]
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)
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)
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 == dest_gate)
    [all...]
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...]
nfa_hci_main.c 338 if ( (((nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate != NFA_HCI_LOOP_BACK_GATE) && (nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate != NFA_HCI_IDENTITY_MANAGEMENT_GATE)) && (nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE))
339 ||(nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate > NFA_HCI_LAST_PROP_GATE))
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 186 UINT8 dest_gate; member in struct:__anon12967
325 UINT8 dest_gate; /* Peer gate to which this pipe is connected */ member in struct:__anon12979
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);
  /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:__anon12816
137 UINT8 dest_gate; /* Destination host gate to which the other end of pipe is attached */ member in struct:__anon12822
416 UINT8 dest_gate);
  /external/libnfc-nci/src/hal/int/
nfc_brcm_defs.h 382 UINT8 dest_gate; member in struct:__anon12722

Completed in 56 milliseconds